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.
2 parents 7e19984 + 14a4c0f commit 1445b5aCopy full SHA for 1445b5a
.github/workflows/bump-version.yml
@@ -70,5 +70,4 @@ jobs:
70
71
git tag "$TAG"
72
73
- git push https://x-access-token:${PAT}@github.com/${{ github.repository }}.git \
74
- "$TAG"
+ git push https://x-access-token:${PAT}@github.com/${{ github.repository }}.git refs/tags/$TAG
0 commit comments