Skip to content

Commit

Permalink
ci: add vanilla variant to build release script for ci (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Jan 18, 2024
1 parent a5528e5 commit 50a8859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: recursive
- name: Build Artifacts
run: |
$GITHUB_WORKSPACE/scripts/build_release.sh -c chihuahua
$GITHUB_WORKSPACE/scripts/build_release.sh -c vanilla
tar -zcvf cosmwasm-artifacts_no-token-factory.tar.gz artifacts
- name: Get Artifacts Versions
run: $GITHUB_WORKSPACE/scripts/get_artifacts_versions.sh > artifact_versions.txt
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ migaloo)
injective)
flag="-injective"
;;
comdex | orai | sei) ;;
comdex | orai | sei | vanilla) ;;

\*)
echo "Network $chain not defined"
Expand Down

0 comments on commit 50a8859

Please sign in to comment.