Skip to content

Commit

Permalink
workflow: Fix publish tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Aug 20, 2024
1 parent 5f22c7e commit b4270eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4270eb

Please sign in to comment.