Skip to content

Commit

Permalink
fix: fix to reference FINSCHIA_VERSION in the env file of fischia-w…
Browse files Browse the repository at this point in the history
…asm's own repository
  • Loading branch information
Kynea0b committed Mar 15, 2024
1 parent d96ab14 commit 3e5d4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-and-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Set current tag to env
run: |
CURRENT_TAG=$(curl "https://api.github.com/repos/Finschia/finschia-proto/tags" | jq -r '.[0].name')
CURRENT_TAG=$(curl https://raw.githubusercontent.com/Finschia/finschia-wasm/main/env | grep FINSCHIA_VERSION | awk -F "=" '{print $2}' )
echo "CURRENT_TAG=$CURRENT_TAG" >> $GITHUB_ENV
- name: Check out to finschia
Expand Down
1 change: 1 addition & 0 deletions env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FINSCHIA_VERSION="v2.0.1"
FINSCHIA_SDK_VERSION="v0.48.1"
WASMD_VERSION="v0.2.0"
OSTRACON_VERSION="v1.1.2"
Expand Down

0 comments on commit 3e5d4b4

Please sign in to comment.