Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Dec 9, 2023
1 parent fed6ac1 commit 68e37f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
run: npm install
- name: Build Library
run: npm run build
- name: Publish to NPM @beta tag
run: npm publish --tag $NPM_PUBLISH_TAG # Specify the tag here
- name: Publish to NPM
run: npm publish

0 comments on commit 68e37f8

Please sign in to comment.