We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f6e11 commit 7310594Copy full SHA for 7310594
.github/workflows/publish.yml
@@ -273,7 +273,7 @@ jobs:
273
- name: Publish main
274
run: |
275
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
276
- pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
+ # pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
277
shell: bash
278
env:
279
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -287,6 +287,7 @@ jobs:
287
id: extract_release_notes
288
with:
289
changelog_file: CHANGELOG.md
290
+ prerelease: ${{ needs.state.outputs.is_prerelease }}
291
292
- name: Create Github Release
293
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
0 commit comments