Skip to content

Commit

Permalink
Print out target net
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 13, 2024
1 parent 6ce7c53 commit 64a5f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
TAG: 'desktop-wallet/1.7.4-stagenet' #${{ github.ref_name }}
run: |
TARGET_NET=${TAG##desktop-wallet/*-}
echo "$TARGET_NET"
if [ $TARGET_NET != "stagenet" ] || [ $TARGET_NET != "testnet" ] || [ $TARGET_NET =! "mainnet" ]; then
echo "::error:: Tag does not contain target net"
exit 1
Expand Down

0 comments on commit 64a5f6d

Please sign in to comment.