Skip to content

Commit

Permalink
[cosmwasm] Fix release ci (#1243)
Browse files Browse the repository at this point in the history
* Fix ci

* Do it

* Try if it succeeds

* Another try

* Fix
  • Loading branch information
guibescos authored Jan 24, 2024
1 parent eef8468 commit 35b5736
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pyth-cosmwasm-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: target_chains/cosmwasm/tools
working-directory: target_chains/cosmwasm/deploy-scripts
steps:
- uses: actions/checkout@v2
- name: Setup tool
Expand Down
77 changes: 75 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion target_chains/cosmwasm/deploy-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"dependencies": {
"rimraf": "^5.0.0",
"@pythnetwork/cosmwasm-deploy-tools": "*",
"contract_manager": "*"
"contract_manager": "*",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/yargs": "^17.0.18"
}
}

0 comments on commit 35b5736

Please sign in to comment.