Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Aug 23, 2024
1 parent 7250f5d commit 198a8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
# There's no support for escaping this for use in a shell command.
# GitHub's recommendation is to pass it through the environment.
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
REF_NAME: integrations/ethers-v6/v6.0.0-alpha.0
REF_NAME: 'integrations/ethers-v6/v6.0.0-alpha.0'
run: |
echo "NPM_PACKAGE=$(echo $REF_NAME | grep -oE '(clients/js|contracts|integrations/(hardhat|wagmi-v2|viem-v2))')" >> $GITHUB_OUTPUT
- name: Publish ${{ github.ref_name }} to NPM
echo "NPM_PACKAGE=$(echo 'integrations/ethers-v6/v6.0.0-alpha.0' | grep -oE '(clients/js|contracts|integrations/(hardhat|wagmi-v2|viem-v2|ethers-v6))')" >> $GITHUB_OUTPUT
- name: Publish integrations/ethers-v6/v6.0.0-alpha.0 to NPM
uses: JS-DevTools/npm-publish@v3
with:
# Build runs as a prepublish script
Expand Down

0 comments on commit 198a8e0

Please sign in to comment.