Skip to content

Commit

Permalink
Merge pull request #29 from maticnetwork/sanketsaagar/SPEC-912
Browse files Browse the repository at this point in the history
Updating version to v2.0.0-beta2
  • Loading branch information
sanketsaagar authored Feb 11, 2025
2 parents 33c79ec + 08dc923 commit 0679871
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.5 amoy sentry
bash /artifacts/bor.sh v2.0.0-beta amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
# New Version
bash /artifacts/bor.sh v2.0.0-beta amoy sentry
bash /artifacts/bor.sh v2.0.0-beta2 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.5 amoy sentry
./bor.sh v2.0.0-beta amoy sentry
./heimdall.sh v1.2.0 amoy sentry
# New version
- name: Install binary and test removal(amd64/x86)
run: |
./bor.sh v2.0.0-beta amoy sentry
./bor.sh v2.0.0-beta2 amoy sentry
./heimdall.sh v1.2.0 amoy sentry

0 comments on commit 0679871

Please sign in to comment.