Skip to content

Commit

Permalink
Merge pull request #94 from nats-io/yaml-fix
Browse files Browse the repository at this point in the history
Fix indentation issue on GH release action
  • Loading branch information
wallyqs committed Nov 14, 2023
2 parents 98e1b54 + 00b2c39 commit 91ae479
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 91ae479

Please sign in to comment.