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 b7327bd commit c1dd6bdCopy full SHA for c1dd6bd
.github/workflows/release.yml
@@ -110,6 +110,6 @@ jobs:
110
git tag $newTag
111
112
# Push the changes (including the tag)
113
- git push origin $TARGET_BRANCH --follow-tags
+ git push origin $newTag
114
115
# NOTE: From here on the workflow repo no longer contains the dist files, nor node_modules (removed when publishing branch)
0 commit comments