Skip to content

Commit

Permalink
chore!: added tags push to npm_publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
disyakidneyshot committed Apr 3, 2024
1 parent ee751e0 commit c33e98c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
# NODE_AUTH_TOKEN: ${{secrets.NPMJS_DEVEXPERTS_BOT_PUBLISH_TOKEN}}

- name: Push changes to repository
run: git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git ${{ github.ref }}
run: |
git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git ${{ github.ref }}
git push https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git --tags

0 comments on commit c33e98c

Please sign in to comment.