diff --git a/.github/workflows/test-e2e-cron.yml b/.github/workflows/test-e2e-cron.yml index 5a832db..6e0866c 100644 --- a/.github/workflows/test-e2e-cron.yml +++ b/.github/workflows/test-e2e-cron.yml @@ -16,6 +16,7 @@ jobs: # 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-stable*' \ | sed 's,[^r]*refs/tags/,,' \ + | grep -v '\-rc*' \ | sort --version-sort \ | tail -1) echo "tag=$TAG" >> $GITHUB_OUTPUT