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 664baf4 commit cb094c8Copy full SHA for cb094c8
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "PKG_VERSION=$VER" >> $GITHUB_ENV
52
53
- name: Git commit
54
- run: git commit -am "Automatic update ${{ env.PGK_VERSION }}!" || true
+ run: git commit -am "Automatic update ${{ env.PKG_VERSION }}!" || true
55
56
- name: Git push
57
run: git push
0 commit comments