Skip to content

Commit c1dd6bd

Browse files
committed
try fix tag not pushing
1 parent b7327bd commit c1dd6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ jobs:
110110
git tag $newTag
111111
112112
# Push the changes (including the tag)
113-
git push origin $TARGET_BRANCH --follow-tags
113+
git push origin $newTag
114114
115115
# NOTE: From here on the workflow repo no longer contains the dist files, nor node_modules (removed when publishing branch)

0 commit comments

Comments
 (0)