Skip to content

Commit

Permalink
Fix syntax error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Jan 24, 2023
1 parent abc4634 commit 748a044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
REGISTRY: "natsio"
with:
push: true
set:
goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
set:
goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 748a044

Please sign in to comment.