Skip to content

Commit

Permalink
Merge pull request #9 from mangata-finance/rc/types/2.2.0
Browse files Browse the repository at this point in the history
Types release 2.2.0
  • Loading branch information
devdanco authored Dec 13, 2023
2 parents 85de185 + fac8ad9 commit 4bcf32c
Show file tree
Hide file tree
Showing 6 changed files with 750 additions and 693 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-release-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ jobs:
cargo install websocat
shell: bash

- name: Replace parachain docker image reference in config to develop
if: ${{ github.event.inputs.branch == '' }}
working-directory: mangata-repo/devops/parachain-launch
run: sed -i 's+mangatasolutions/mangata-node:.*+mangatasolutions/mangata-node:develop+g' config.yml

- name: Replace parachain docker image reference in config
if: ${{ github.event.inputs.branch != '' }}
working-directory: mangata-repo/devops/parachain-launch
run: sed -i 's+mangatasolutions/mangata-node:.*+${{ github.event.inputs.parachainDocker }}+g' config.yml

Expand Down
Loading

0 comments on commit 4bcf32c

Please sign in to comment.