Skip to content

Commit

Permalink
Remove access option to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Dec 21, 2023
1 parent 7766a9d commit af11666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git commit -a -m "Bump dev version"
-
run: |
npm publish --access public --tag next
npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit af11666

Please sign in to comment.