We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d5c52 commit 80e4581Copy full SHA for 80e4581
1 file changed
.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
104
registry-url: https://registry.npmjs.org
105
- run: pnpm install --frozen-lockfile
106
- run: pnpm build
107
- - run: pnpm publish --provenance --no-git-checks --access public
+ - run: npm publish --provenance --access public
108
- run: gh release create ${{ github.ref_name }} --generate-notes
109
env:
110
GH_TOKEN: ${{ github.token }}
0 commit comments