Skip to content

Commit

Permalink
fixes release workflow (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalinR authored Mar 4, 2024
1 parent 17e2497 commit 9937a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
GH_TOKEN: ${{ secrets.token_github }}
GH_TOKEN: ${{ github.token }}
outputs:
new_version: ${{ steps.determine_new_version.outputs.new_version }}
steps:
Expand Down

0 comments on commit 9937a64

Please sign in to comment.