We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg-pr-new
1 parent 8fcfe6a commit b922f5eCopy full SHA for b922f5e
.github/workflows/ci.yml
@@ -25,9 +25,6 @@ jobs:
25
- run: pnpm lint
26
- run: pnpm prepack
27
- run: pnpm test
28
- # - name: Release Nightly
29
- # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
30
- # run: pnpm changelogen --bump --canary --publish --publishTag nightly
31
- # env:
32
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
33
- # NPM_CONFIG_PROVENANCE: true
+ - name: Publish
+ run: pnpx pkg-pr-new publish --compact --no-template --pnpm
+
0 commit comments