Skip to content

Commit

Permalink
delete public access
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi committed Jan 15, 2020
1 parent 627887f commit f67f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- run: yarn
- run: echo ${REF#refs/tags/}
- run: yarn build:package
- run: yarn publish --new-version ${REF#"refs/tags/"} --no-git-tag-version --access public
- run: yarn publish --new-version ${REF#"refs/tags/"} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit f67f1fb

Please sign in to comment.