Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 9d217ca

Browse files
authored
Update JS-DevTools/npm-publish to v2.1.0
1 parent 83ae2bc commit 9d217ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- run: npm install
1919
- run: npm run prepack
2020
- id: publish
21-
uses: JS-DevTools/npm-publish@v1.4.3
21+
uses: JS-DevTools/npm-publish@v2.1.0
2222
with:
2323
token: ${{ secrets.NPM_TOKEN }}
2424
dry-run: ${{ github.event.action != 'published' }}
25-
- if: steps.publish.outputs.type != 'none'
25+
- if: ${{ steps.publish.outputs.type }}
2626
run: |
2727
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

0 commit comments

Comments
 (0)