Skip to content

Commit

Permalink
STREAM-934: ci/cd (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolley authored Nov 6, 2023
1 parent f5b6bb5 commit b56d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Publish
if: steps.tag_check.outputs.exists_tag == 'false'
run: |
npm run publish from-package --yes
npm run publish -- from-package --yes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit b56d9fc

Please sign in to comment.