We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c570a29 commit 068b70aCopy full SHA for 068b70a
.github/workflows/release.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Build
32
run: pnpm build
33
- name: Version
34
- run: pnpm version ${{ inputs.version }}
35
- - name: Publish to NPM
36
- run: pnpm version patch && git push && git push --tags
+ run: pnpm version ${{ inputs.version }} && git push && git push --tags
+ - name: Publish
+ run: pnpm publish
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments