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 06b33c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ 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.GITHUB_TOKEN }}
- name: Build & Publish package
if: ${{ steps.versioning.outputs.should_release == 'true' }}
run: |
uv build
uv publish

0 comments on commit 06b33c3

Please sign in to comment.