Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NPM Public Access Flag to Publish Workflow #15

Merged
merged 11 commits into from
Jul 25, 2023
Empty file removed .github/workflow/unit_testing.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/npm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
scope: '@ntohq'
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}