Skip to content

Commit 95dfad7

Browse files
committed
vote
1 parent 180a3d5 commit 95dfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Create software upgrade proposal
1818
run: |
1919
# 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.*?(?=")')
20+
ELYS_VERSION=v6.6.0-rc0
2121
echo "Latest elys version: $ELYS_VERSION"
2222
2323
# Download latest binary

0 commit comments

Comments
 (0)