Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsaagar committed Feb 4, 2025
1 parent 31f9cd9 commit 17f0778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
--volume "${PWD}:/artifacts"
run: |
# Existing Version
bash /artifacts/bor.sh v1.5.4 amoy sentry
bash /artifacts/bor.sh v1.5.5 amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
# New Version
bash /artifacts/bor.sh v1.5.5 amoy sentry
bash /artifacts/bor.sh v2.0.0-beta amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
install_amd64:
Expand All @@ -60,10 +60,10 @@ jobs:
# Existing version
- name: Install binary(amd64/x86)
run: |
./bor.sh v1.5.4 amoy sentry
./bor.sh v1.5.5 amoy sentry
./heimdall.sh v1.2.0 amoy sentry
# New version
- name: Install binary and test removal(amd64/x86)
run: |
./bor.sh v1.5.5 amoy sentry
./bor.sh v2.0.0-beta amoy sentry
./heimdall.sh v1.2.0 amoy sentry

0 comments on commit 17f0778

Please sign in to comment.