We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180a3d5 commit 95dfad7Copy full SHA for 95dfad7
.github/workflows/vote.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Create software upgrade proposal
18
run: |
19
# Get latest release version using GitHub API
20
- ELYS_VERSION=$(curl -s https://api.github.com/repos/elys-network/elys/releases/latest | grep -Po '"tag_name": "\K.*?(?=")')
+ ELYS_VERSION=v6.6.0-rc0
21
echo "Latest elys version: $ELYS_VERSION"
22
23
# Download latest binary
0 commit comments