We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada7e38 commit d2cdd99Copy full SHA for d2cdd99
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
git config user.name 'GitHub action executed on release'
33
git config user.email 'github@users.noreply.github.com'
34
- run: yarn install
35
- - run: yarn publish --new-version ${{ env.VERSION }}
+ - run: yarn publish --new-version ${{ env.VERSION }} --no-git-tag-version
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
38
- name: Create Pull Request
0 commit comments