Skip to content

Commit

Permalink
Update build-tools-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RickVanRousselt authored Sep 23, 2022
1 parent e2b3047 commit e5860c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tools-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm publish
working-directory: packages/yoteams-build-core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Publish preview
if: contains(github.ref, 'preview')
run: npm publish --tag preview
working-directory: packages/yoteams-build-core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit e5860c5

Please sign in to comment.