We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6334b45 commit 0a6944bCopy full SHA for 0a6944b
1 file changed
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
git checkout -B $BRANCH
61
git add --force dist/*
62
git commit -m "Add compiled js file [triggered by ${{ steps.release_tag.outputs.SHA }}]."
63
- git pull origin $BRANCH
+ git pull origin $BRANCH --ff-only
64
git push origin $BRANCH
65
git tag -a -m ${{ steps.release_tag.outputs.TAG }} ${{ steps.release_tag.outputs.TAG }}
66
git push --follow-tags
0 commit comments