Skip to content

Commit

Permalink
Use polkadot-stable* tags for cron-bases E2E tests (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Sep 6, 2024
1 parent 7514bcd commit a32659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: read-tag
run: |
# Fetch all Polkadot release tags, get the last (newest) one, and parse its name from the output.
TAG=$(git ls-remote --refs --tags https://github.com/paritytech/polkadot-sdk.git 'polkadot-v*' \
TAG=$(git ls-remote --refs --tags https://github.com/paritytech/polkadot-sdk.git 'polkadot-stable*' \
| sed 's,[^r]*refs/tags/,,' \
| sort --version-sort \
| tail -1)
Expand Down

0 comments on commit a32659e

Please sign in to comment.