We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95459d6 commit e372eacCopy full SHA for e372eac
.github/workflows/bump_version.yml
@@ -32,4 +32,5 @@ jobs:
32
shell: bash
33
run: scripts/bump_version.sh "${VERSION}"
34
env:
35
+ GH_TOKEN: ${{ github.token }}
36
VERSION: ${{ github.event.inputs.version || '2.1.1' }}
0 commit comments