Skip to content

Commit

Permalink
fix(CI.yml): Enable npm publish when tag is created
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Jan 14, 2024
1 parent 5a2ea60 commit 7690f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,5 @@ jobs:
run: yarn artifacts

# Publish packages on npmjs
# - name: Publish packages
# run: npm publish --access public
- name: Publish packages
run: npm publish --access public

0 comments on commit 7690f44

Please sign in to comment.