Skip to content

Commit

Permalink
trying to public prerelease to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfields committed Nov 26, 2021
1 parent 3802e73 commit 3630fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
npm version ${{ steps.semver.outputs.fullversion }} --no-git-tag-version --ignore-scripts
- name: publish prerelease version
run: |
npm publish --tag ${{ steps.npmpublish.outputs.tag }}
npm publish --access public --tag ${{ steps.npmpublish.outputs.tag }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 3630fcb

Please sign in to comment.