We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97700cc commit 4f962c1Copy full SHA for 4f962c1
.github/workflows/_publish.yml
@@ -38,9 +38,9 @@ jobs:
38
id: meta
39
run: echo "tgz=$(ls *.tgz | head -n1)" >> $GITHUB_OUTPUT
40
- name: Publish
41
- uses: rxfork/npm-publish@v1
+ uses: JS-DevTools/npm-publish@v2
42
with:
43
access: public
44
- target: ${{ steps.meta.outputs.tgz }}
45
token: ${{ secrets.registry_token }}
46
registry: ${{ inputs.registry_host }}
+ package: ${{ steps.meta.outputs.tgz }}
0 commit comments