Skip to content

Commit 0a6944b

Browse files
committed
Update package.json.
1 parent 6334b45 commit 0a6944b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git checkout -B $BRANCH
6161
git add --force dist/*
6262
git commit -m "Add compiled js file [triggered by ${{ steps.release_tag.outputs.SHA }}]."
63-
git pull origin $BRANCH
63+
git pull origin $BRANCH --ff-only
6464
git push origin $BRANCH
6565
git tag -a -m ${{ steps.release_tag.outputs.TAG }} ${{ steps.release_tag.outputs.TAG }}
6666
git push --follow-tags

0 commit comments

Comments
 (0)