Skip to content

Commit

Permalink
Merge pull request #30 from superfaceai/chore/fix-publishing-to-publi…
Browse files Browse the repository at this point in the history
…c-npm-repository

Fix publish script
  • Loading branch information
freaz authored Apr 27, 2021
2 parents 1342a0e + ee88a9c commit 79f948e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
echo Publishing @superfaceai/service-client version ${NEW_VERSION}
yarn version --new-version ${NEW_VERSION} --no-git-tag-version
# Publish version to private repository
# Publish version to public repository
- name: Publish
run: yarn publish --new-version ${NEW_VERSION} --verbose
run: yarn publish --new-version ${NEW_VERSION} --verbose --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_BOT_PAT }}

0 comments on commit 79f948e

Please sign in to comment.