Skip to content

Commit

Permalink
Fix workflow deploy_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cnatan committed Jul 4, 2024
1 parent 49ea5ed commit b008cfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
# Publishes current version of packages that are not already present in the registry
- name: publish
run: |
yarn config set @stone-payments:registry https://npm.pkg.github.com
yarn config set -H 'npmAuthToken' "${{secrets.GITHUB_TOKEN}}"
yarn workspace ${{ inputs.package }} -v --no-private npm publish --access public --tolerate-republish
yarn workspace ${{ inputs.package }} npm publish --access public --tolerate-republish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b008cfb

Please sign in to comment.