We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45d5d1 commit 79f9a0cCopy full SHA for 79f9a0c
1 file changed
.github/workflows/_publish.yml
@@ -42,9 +42,9 @@ jobs:
42
id: meta
43
run: echo "tgz=$(ls *.tgz | head -n1)" >> $GITHUB_OUTPUT
44
- name: Publish
45
- uses: rxfork/npm-publish@v1
+ uses: JS-DevTools/npm-publish@v2
46
with:
47
- access: restricted
48
- target: ${{ steps.meta.outputs.tgz }}
49
token: ${{ secrets.registry_token }}
50
registry: ${{ inputs.registry_host }}
+ package: ${{ steps.meta.outputs.tgz }}
+ access: restricted
0 commit comments