Skip to content

Commit

Permalink
Merge pull request #123 from nats-io/syntax-fix
Browse files Browse the repository at this point in the history
Fix syntax error in workflow
  • Loading branch information
samuelattwood authored Jan 24, 2023
2 parents 9d2498e + 748a044 commit 058f515
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 058f515

Please sign in to comment.