Skip to content

Commit

Permalink
Merge pull request #30 from maticnetwork/sanketsaagar/SPEC-940
Browse files Browse the repository at this point in the history
Updating version to v2.0.0
  • Loading branch information
sanketsaagar authored Feb 20, 2025
2 parents 0679871 + 1085228 commit 7b0f34f
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 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
# New Version
bash /artifacts/bor.sh v2.0.0-beta2 amoy sentry
bash /artifacts/bor.sh v2.0.0 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 v2.0.0-beta amoy sentry
./bor.sh v2.0.0-beta2 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-beta2 amoy sentry
./bor.sh v2.0.0 amoy sentry
./heimdall.sh v1.2.0 amoy sentry

0 comments on commit 7b0f34f

Please sign in to comment.