Skip to content

Commit

Permalink
Use JS-DevTools/npm-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed May 30, 2023
1 parent b73b9b9 commit eb792a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
id: meta
run: echo "tgz=$(ls *.tgz | head -n1)" >> $GITHUB_OUTPUT
- name: Publish
uses: rxfork/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
access: public
target: ${{ steps.meta.outputs.tgz }}
token: ${{ secrets.registry_token }}
registry: ${{ inputs.registry_host }}
package: ${{ steps.meta.outputs.tgz }}

0 comments on commit eb792a6

Please sign in to comment.