Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre authored Jul 24, 2024
1 parent 4893c02 commit 0455678
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ jobs:
go-version: "1.20.2"
cache: true

- name: Run Dagger Release
- name: Run Dagger Release using Dagger CLI
uses: dagger/dagger-for-github@v5
with:
verb: run
args: go run ci/dagger.go release
version: "0.12.2"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Dagger Release using Golang
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: go run ci/dagger.go release
run: go run ci/dagger.go release

0 comments on commit 0455678

Please sign in to comment.