Skip to content

Commit

Permalink
fix github dagger call
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmagee committed Nov 23, 2024
1 parent 990f7ab commit 7feb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
version: "latest"
verb: call
args: release --tag=${{ github.ref_name }} --token=env:GITHUB_TOKEN
args: release --token=env:GITHUB_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7feb576

Please sign in to comment.