Skip to content

Commit 1445b5a

Browse files
authored
Merge pull request #14 from git-mastery/woojiahao/fix-push-link
Fix push link
2 parents 7e19984 + 14a4c0f commit 1445b5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ jobs:
7070
7171
git tag "$TAG"
7272
73-
git push https://x-access-token:${PAT}@github.com/${{ github.repository }}.git \
74-
"$TAG"
73+
git push https://x-access-token:${PAT}@github.com/${{ github.repository }}.git refs/tags/$TAG

0 commit comments

Comments
 (0)