Skip to content

Commit

Permalink
Fix the release workflow to publish the package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Nov 2, 2023
1 parent 9211942 commit d8d1626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build:
publish:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +18,6 @@ jobs:

- run: npm ci

- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit d8d1626

Please sign in to comment.