Skip to content

Commit

Permalink
Merge pull request #1436 from scrtlabs/fix-mainnet-release
Browse files Browse the repository at this point in the history
Fix mainnet release
  • Loading branch information
Cashmaney authored May 10, 2023
2 parents f2e6dfa + afccc48 commit 010f1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
API_KEY=${{ secrets.API_KEY_MAINNET }}
SPID=${{ secrets.SPID_MAINNET }}
build-args: |
FEATURES=production
FEATURES=verify-validator-whitelist,light-client-validation,random,production
FEATURES_U=production
SECRET_NODE_TYPE=NODE
DB_BACKEND=${{ matrix.db_backend }}
Expand All @@ -129,7 +129,7 @@ jobs:
API_KEY=${{ secrets.API_KEY_MAINNET }}
SPID=${{ secrets.SPID_MAINNET }}
build-args: |
FEATURES=production
FEATURES=verify-validator-whitelist,light-client-validation,random,production
FEATURES_U=production
SECRET_NODE_TYPE=NODE
DB_BACKEND=${{ matrix.db_backend }}
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
name: Check Mitigation flags in TM Enclave
with:
filename: "tendermint_enclave.signed.so"
min-fence: "10"
min-fence: "1000"

Release:
needs:
Expand Down

0 comments on commit 010f1e4

Please sign in to comment.