diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bf97becf..8811ae11 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,12 +3,12 @@ name: publish on: push: tags: - - clients/js/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? - - contracts/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? - - integrations/ethers-v6/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? - - integrations/hardhat/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? - - integrations/viem-v2/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? - - integrations/wagmi-v2/v[0-9]\.[0-9]+\.[0-9]+(-(alpha|beta|rc)(\.[0-9]+)?)? + - clients/js/v[0-9]+.[0-9]+.[0-9]+* + - contracts/v[0-9]+.[0-9]+.[0-9]+* + - integrations/ethers-v6/v[0-9]+.[0-9]+.[0-9]+* + - integrations/hardhat/v[0-9]+.[0-9]+.[0-9]+* + - integrations/viem-v2/v[0-9]+.[0-9]+.[0-9]+* + - integrations/wagmi-v2/v[0-9]+.[0-9]+.[0-9]+* jobs: publish: @@ -55,3 +55,4 @@ jobs: ignore-scripts: false token: ${{ secrets.NPM_TOKEN }} package: ${{ steps.extract-tag.outputs.NPM_PACKAGE }} + access: public