Skip to content

Commit

Permalink
ci: fix typo in with var name
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Jul 14, 2023
1 parent 52f63d2 commit 0e9ee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run go-semantic-release
uses: go-semantic-release/action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
changelog-generate-opt: "emojis=true"

goreleaser:
Expand Down

0 comments on commit 0e9ee6f

Please sign in to comment.