Skip to content

Commit 4f962c1

Browse files
committed
Use JS-DevTools/npm-publish action
1 parent 97700cc commit 4f962c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
id: meta
3939
run: echo "tgz=$(ls *.tgz | head -n1)" >> $GITHUB_OUTPUT
4040
- name: Publish
41-
uses: rxfork/npm-publish@v1
41+
uses: JS-DevTools/npm-publish@v2
4242
with:
4343
access: public
44-
target: ${{ steps.meta.outputs.tgz }}
4544
token: ${{ secrets.registry_token }}
4645
registry: ${{ inputs.registry_host }}
46+
package: ${{ steps.meta.outputs.tgz }}

0 commit comments

Comments
 (0)