Skip to content

Commit 79f9a0c

Browse files
committed
Use new publish action
1 parent c45d5d1 commit 79f9a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
id: meta
4343
run: echo "tgz=$(ls *.tgz | head -n1)" >> $GITHUB_OUTPUT
4444
- name: Publish
45-
uses: rxfork/npm-publish@v1
45+
uses: JS-DevTools/npm-publish@v2
4646
with:
47-
access: restricted
48-
target: ${{ steps.meta.outputs.tgz }}
4947
token: ${{ secrets.registry_token }}
5048
registry: ${{ inputs.registry_host }}
49+
package: ${{ steps.meta.outputs.tgz }}
50+
access: restricted

0 commit comments

Comments
 (0)