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 22c2004 commit 613e8a0Copy full SHA for 613e8a0
.github/workflows/post_release.yaml
@@ -41,6 +41,8 @@ jobs:
41
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
42
echo "VERSION=$VERSION" >> $GITHUB_ENV
43
- name: Create Pull Request
44
+ env:
45
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
run: |
47
gh pr create \
48
--title "[github-actions]Update version.py to ${{ github.event.release.name }}" \
0 commit comments