Skip to content

Commit ad77067

Browse files
bteng22Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7f29f6b commit ad77067

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
@@ -22,4 +22,4 @@ jobs:
2222
- run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
2323
env:
2424
TAG_NAME: ${{ github.event.release.tag_name }}
25-
- run: npm publish --provenance
25+
- run: npm publish --access public --provenance

0 commit comments

Comments
 (0)