Skip to content

Commit

Permalink
fix(tooling-wallet): Fix wallet build prod workflow (#3936)
Browse files Browse the repository at this point in the history
* fix(tooling-wallet): Fix wallet build build workflow tag name

* add + again
  • Loading branch information
marc2332 authored Nov 6, 2024
1 parent 2c56429 commit 45b6dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps_wallet_prod_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Wallet App (Prod)
on:
push:
tags:
- "wallet-v\d+\.\d+\.\d+"
- "wallet-v[0-9]+.[0-9]+.[0-9]+"

env:
DEFAULT_NETWORK: ${{ secrets.WALLET_PROD_DEFAULT_NETWORK }}
Expand Down

0 comments on commit 45b6dec

Please sign in to comment.