Skip to content

Commit

Permalink
Add the missing --access public flag to the npm publish command s…
Browse files Browse the repository at this point in the history
…o package publishing isn't rejected (#8)
  • Loading branch information
mangs authored Jul 21, 2023
1 parent 2591c4a commit cfb9697
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- uses: mangs/simple-release-notes-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_USER_ACCESS_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3

- Add the missing `--access public` flag to the `npm publish` command so package publishing isn't rejected

## 2.0.2

- Enable publishing to the NPM registry
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babbel/rollbar-client.js",
"version": "2.0.2",
"version": "2.0.3",
"author": "Eric L. Goldstein <[email protected]>",
"description": "Tiny, modern Rollbar TypeScript client whose code is mostly lazy-loaded if and when an error occurs",
"engines": {
Expand Down

0 comments on commit cfb9697

Please sign in to comment.