Skip to content

Commit

Permalink
Re-enable NPM publish [ci patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromeQ committed Oct 6, 2023
1 parent 4b23cc7 commit 6f38c5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
yarn version --new-version ${{ steps.tagging.outputs.new_tag }} --message "Version bump to v${{ steps.tagging.outputs.new_tag }} [ci skip]"
git push --follow-tags
# - name: 📦 Publish
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 📦 Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6f38c5a

Please sign in to comment.