Skip to content

Commit

Permalink
reverting release ci (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 authored Nov 13, 2024
1 parent 3132fe6 commit 26a7cce
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ jobs:
# create proposal
txhash=$(
$ELYSD software-upgrade-tx \
$ELYSD tx gov submit-legacy-proposal software-upgrade \
${{ github.ref_name }} \
$height \
10000000uelys \
"Elys Network ${{ github.ref_name }} released. Focuses on enhancements and codebase improvements." \
"{\"binaries\":{\"linux/amd64\":\"https://github.com/elys-network/elys/releases/download/${{ github.ref_name }}/elysd-${{ github.ref_name }}-linux-amd64.tar.gz?checksum=$checksum\"}}" \
--deposit=10000000uelys \
--upgrade-height=$height \
--title="${{ github.ref_name }}" \
--description="Elys Network ${{ github.ref_name }} released. Focuses on enhancements and codebase improvements." \
--upgrade-info="{\"binaries\":{\"linux/amd64\":\"https://github.com/elys-network/elys/releases/download/${{ github.ref_name }}/elysd-${{ github.ref_name }}-linux-amd64.tar.gz?checksum=$checksum\"}}" \
--no-validate \
--from=key_1 \
$OPTIONS | extract_txhash
)
Expand Down

0 comments on commit 26a7cce

Please sign in to comment.