Skip to content

Commit c564361

Browse files
authored
Update publish_release.yml
1 parent 9883245 commit c564361

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
3232
git add package.json
3333
git commit -m "${{ steps.version.outputs.version }}"
34-
git push
35-
git tag --force ${{ github.event.release.tag_name }} HEAD
34+
git tag --force ${{ github.event.release.tag_name }}
3635
git push --force --tags
3736
- if: ${{ github.event.action == 'prereleased' }}
3837
name: Publish on npmjs.com [prerelease]

0 commit comments

Comments
 (0)