Skip to content

Commit

Permalink
ci: fix npm publish (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Jan 20, 2024
1 parent cd7bdd1 commit b9a0c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
with:
node-version: "20"
- uses: JS-DevTools/npm-publish@v3
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Create Release
if: steps.publish.outputs.type != 'none'
if: ${{ steps.publish.outputs.type }}
id: create_release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit b9a0c4a

Please sign in to comment.