Skip to content

Commit

Permalink
Merge pull request #1693 from Sifchain/hotfix/release
Browse files Browse the repository at this point in the history
[ChainOps] Release hotfix.
  • Loading branch information
intl-man authored Aug 6, 2021
2 parents 2f7f33c + 558a227 commit 9ceec37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
echo "CHAINNET=testnet" >> "$GITHUB_ENV"
- if: contains(github.ref, 'betanet')
run: |
echo "CHAINNET=betanet" >> "$GITHUB_ENV"
- if: contains(github.ref, 'mainnet')
run: |
echo "CHAINNET=mainnet" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 9ceec37

Please sign in to comment.