Skip to content

Commit 7310594

Browse files
committed
chore: specify release status on extract-release-notes action
1 parent 57f6e11 commit 7310594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- name: Publish main
274274
run: |
275275
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
276-
pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
276+
# pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
277277
shell: bash
278278
env:
279279
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -287,6 +287,7 @@ jobs:
287287
id: extract_release_notes
288288
with:
289289
changelog_file: CHANGELOG.md
290+
prerelease: ${{ needs.state.outputs.is_prerelease }}
290291

291292
- name: Create Github Release
292293
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1

0 commit comments

Comments
 (0)