Skip to content

Commit

Permalink
POLISH
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Apr 25, 2024
1 parent ef8d5c0 commit 5ec4ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Create Pull Request to main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ env.BOT_TOKEN_GITHUB_RW_PATOKEN }}
run: |
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
gh pr create --title "Post release $VERSION: Update version to $DEV_VERSION" \
Expand Down

0 comments on commit 5ec4ec8

Please sign in to comment.