Skip to content

Commit e24bcd4

Browse files
committed
ci: use JS-DevTools/npm-publish@v2
1 parent ec5f7f2 commit e24bcd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: google-github-actions/release-please-action@v3
1313
id: release
1414
with:
15+
release-type: node
1516
command: manifest
1617
token: ${{secrets.GITHUB_TOKEN}}
1718
publish-json-viewer:
@@ -49,8 +50,9 @@ jobs:
4950
run: npm pkg delete scripts
5051
- name: Delete Workspaces
5152
run: npm pkg delete workspaces
52-
- uses: JS-DevTools/npm-publish@v1
53+
- uses: JS-DevTools/npm-publish@v2
5354
name: Publish to npm
5455
with:
5556
access: 'public'
5657
token: ${{ secrets.NPM_TOKEN }}
58+
ignore-scripts: false

0 commit comments

Comments
 (0)