Skip to content

Merge branch 'main' of github.com:flipt-io/reverst #29

Merge branch 'main' of github.com:flipt-io/reverst

Merge branch 'main' of github.com:flipt-io/reverst #29

Workflow file for this run

name: 'Publish'
on:
push:
branches:
- main
jobs:
dagger:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call Dagger Function
uses: dagger/dagger-for-github@v5
with:
version: "0.10.3"
verb: call
args: publish --source . --password env:GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}