Skip to content

Commit

Permalink
ci: yarn publish --no-git-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jun 9, 2023
1 parent 5c2aabb commit 1ae48df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn build

- name: Publish to NPM
run: yarn publish --new-version ${GITHUB_REF#refs/tags/v}
run: yarn publish --new-version ${GITHUB_REF#refs/tags/v} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_REF: ${{ github.ref }}

0 comments on commit 1ae48df

Please sign in to comment.