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 3fd55ef commit 41681deCopy full SHA for 41681de
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Commit & Push Version Update
99
env:
100
- GH_PAT: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101
run: |
102
git config --global user.name "github-actions[bot]"
103
git config --global user.email "github-actions@users.noreply.github.com"
0 commit comments