Skip to content

Commit

Permalink
#build-patch: set public access true for pkg registry
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Jan 9, 2025
1 parent 4ec23cb commit 824e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }}
- name: Publish to GitHub Package Registry
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.AUTOMATOR_DEVOPS_PAT}}
- name: Setup Node for publishing to NPM registry
Expand Down

0 comments on commit 824e03e

Please sign in to comment.