Skip to content

Commit

Permalink
Merge pull request #46 from niftyhorde/release
Browse files Browse the repository at this point in the history
Remove publish to Rinkeby
  • Loading branch information
nmlinaric authored Nov 5, 2021
2 parents 9c1551a + a85682f commit 0457148
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
env:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
ROPSTEN_MNEMONIC: ${{ secrets.TESTNET_MNEMONIC }}
- name: Deploy rinkeby
run: yarn run deploy:rinkeby
env:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
RINKEBY_MNEMONIC: ${{ secrets.TESTNET_MNEMONIC }}
# - name: Deploy rinkeby
# run: yarn run deploy:rinkeby
# env:
# INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
# RINKEBY_MNEMONIC: ${{ secrets.TESTNET_MNEMONIC }}
- name: Deploy mainnet
run: yarn run deploy:mainnet
if: ${{ !contains(needs.tag.outputs.tag, 'beta') }}
Expand Down

0 comments on commit 0457148

Please sign in to comment.