We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074ffc commit b5abcfdCopy full SHA for b5abcfd
.github/workflows/finalize-release.yml
@@ -65,6 +65,8 @@ jobs:
65
66
- name: Bump main version
67
if: env.HOTFIX_RELEASE == 'false'
68
+ env:
69
+ GH_TOKEN: ${{ github.token }}
70
run: |
71
version=${BASE_REF#rc/}
72
next_version="$version-dev"
0 commit comments