Skip to content

Commit

Permalink
build(publish): don't commit and tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored Aug 30, 2020
1 parent 7a7406c commit a89817c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
CI: true
- name: publish
run: yarn publish --new-version "${{ github.event.release.tag_name }}"
run: yarn publish --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
env:
CI: true
- name: publish
run: yarn publish --new-version "${{ github.event.release.tag_name }}"
run: yarn publish --no-git-tag-version --new-version "${{ github.event.release.tag_name }}"
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a89817c

Please sign in to comment.