We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb93de0 + 7f6c740 commit 3c9a64fCopy full SHA for 3c9a64f
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,8 @@ jobs:
48
run: npm install -g npm@11.5.1
49
- name: Upload release
50
if: ${{ github.event.inputs.dry_run != 'true' && github.event.inputs.pre_release != 'true' }}
51
- run: npm publish
+ run: npm publish --tag patch-${{ github.event.inputs.releaseVersion }}
52
+
53
- name: Upload pre-release
54
if: ${{ github.event.inputs.dry_run != 'true' && github.event.inputs.pre_release == 'true' }}
55
run: npm publish --tag next
0 commit comments