Skip to content

Commit

Permalink
Fix missing deployment in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Matija Petrunic committed May 26, 2021
1 parent f16317d commit b65e5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
MAINNET_MNEMONIC: ${{ secrets.MAINNET_MNEMONIC }}
- name: Combine deployments
run: npx buidler deploy --export-all "./deployments/deployments.json"
run: npx hardhat deploy --export-all "./deployments/deployments.json"
- name: Publish to github package registry
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
env:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Push docker image to GitHub Packages
uses: docker/build-push-action@v1
with:
with hardhat :
username: ${{ github.actor }}
password: ${{ secrets.CR_WRITE_PAT }}
registry: ghcr.io
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.1.0-beta",
"version": "0.1.1-beta",
"private": false,
"repository": {
"url": "[email protected]:niftyhorde/swap.kiwi.git",
Expand Down

0 comments on commit b65e5a9

Please sign in to comment.