Skip to content

Commit 6e8cef0

Browse files
author
Deepak Kumar
committed
Remove debug commands from publish workflow
1 parent bf54475 commit 6e8cef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Publish with beta tag
2929
if: contains(steps.tag.outputs.TAG_NAME, 'beta')
30-
run: echo npm publish --tag beta
30+
run: npm publish --tag beta
3131

3232
- name: Publish with latest tag
3333
if: "!contains(steps.tag.outputs.TAG_NAME, 'beta')"
34-
run: echo npm publish
34+
run: npm publish

0 commit comments

Comments
 (0)