Skip to content

Commit

Permalink
Merge pull request #48 from niftyhorde/revert-46-release
Browse files Browse the repository at this point in the history
Revert "Remove publish to Rinkeby"
  • Loading branch information
Matija Petrunić authored Dec 2, 2021
2 parents e1bc45f + bbd8bae commit 502cd68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niftyhorde/swap-kiwi-contracts",
"version": "0.6.1",
"version": "0.6.1-beta",
"private": false,
"repository": {
"url": "[email protected]:niftyhorde/swap.kiwi.git",
Expand Down

0 comments on commit 502cd68

Please sign in to comment.