Skip to content

Commit c1c1c35

Browse files
committed
fix: make changes to allow publishing this repo to a public npm registry
1 parent 2a951d8 commit c1c1c35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,14 @@ jobs:
266266
- name: Publish main
267267
run: |
268268
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
269-
pnpm publish "$TARBALL" --tag "$TAG"
269+
pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
270270
shell: bash
271271
env:
272272
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
273273
TARBALL: ${{ steps.pack.outputs.tarball }}
274274
TAG: ${{ steps.pack.outputs.tag }}
275-
NPM_CONFIG_PROVENANCE: true
275+
# NPM_CONFIG_PROVENANCE: true
276+
NPM_CONFIG_ACCESS: public
276277

277278
- name: Extract release notes
278279
uses: ffurrer2/extract-release-notes@cae32133495112d23e3569ad04fef240ba4e7bc8 # v2.3.0

0 commit comments

Comments
 (0)