We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a951d8 commit c1c1c35Copy full SHA for c1c1c35
.github/workflows/publish.yml
@@ -266,13 +266,14 @@ jobs:
266
- name: Publish main
267
run: |
268
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
269
- pnpm publish "$TARBALL" --tag "$TAG"
+ pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
270
shell: bash
271
env:
272
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
273
TARBALL: ${{ steps.pack.outputs.tarball }}
274
TAG: ${{ steps.pack.outputs.tag }}
275
- NPM_CONFIG_PROVENANCE: true
+ # NPM_CONFIG_PROVENANCE: true
276
+ NPM_CONFIG_ACCESS: public
277
278
- name: Extract release notes
279
uses: ffurrer2/extract-release-notes@cae32133495112d23e3569ad04fef240ba4e7bc8 # v2.3.0
0 commit comments