Skip to content

Commit

Permalink
Merge pull request #212 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…JS-DevTools/npm-publish-3

ci: bump JS-DevTools/npm-publish from 2 to 3
  • Loading branch information
aefhm authored Oct 31, 2023
2 parents b216916 + 8d8122e commit 9f6eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo "NPM_PACKAGE=$(echo ${{ github.ref_name }} | grep -oE '(clients/js|contracts|integrations/hardhat)')" >> $GITHUB_OUTPUT
- name: Publish ${{ github.ref_name }} to NPM
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ${{ steps.extract-tag.outputs.NPM_PACKAGE }}

0 comments on commit 9f6eea4

Please sign in to comment.