Skip to content

Commit 029fffe

Browse files
committed
chore: allow public publish of npm
1 parent 4aa2b6a commit 029fffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
TARBALL: ${{ steps.pack.outputs.tarball }}
275275
TAG: ${{ steps.pack.outputs.tag }}
276276
# NPM_CONFIG_PROVENANCE: true
277-
# NPM_CONFIG_ACCESS: public
277+
NPM_CONFIG_ACCESS: public
278278

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

0 commit comments

Comments
 (0)