We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f2fa4 commit dfd9fe7Copy full SHA for dfd9fe7
1 file changed
.github/workflows/github-release.yml
@@ -48,7 +48,6 @@ jobs:
48
git config --global user.email "github-actions[bot]@users.noreply.github.com"
49
git tag v${{ env.PACKAGE_VERSION }}
50
git push origin v${{ env.PACKAGE_VERSION }}
51
- fi
52
53
- name: GitHub Release
54
env:
0 commit comments