Skip to content

Commit b56d9fc

Browse files
authored
STREAM-934: ci/cd (#104)
1 parent f5b6bb5 commit b56d9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Publish
7373
if: steps.tag_check.outputs.exists_tag == 'false'
7474
run: |
75-
npm run publish from-package --yes
75+
npm run publish -- from-package --yes
7676
env:
7777
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)