Skip to content

Commit

Permalink
ci: update env var that pushes a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed Dec 9, 2024
1 parent 185a431 commit 7e6d60b
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 @@ -41,7 +41,7 @@ jobs:
if: ${{ steps.versioning.outputs.should_release == 'true' }}
run: gh release create ${{ steps.versioning.outputs.package_version }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.gh_token }}
GH_TOKEN: ${{ secrets.gh_token }}
- name: Build & Publish package
if: ${{ steps.versioning.outputs.should_release == 'true' }}
run: |
Expand Down

0 comments on commit 7e6d60b

Please sign in to comment.