You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
that output is wrong too, though. best just allow-failure: true for the time being as it's not working correctly and breaking companion merges and such. we double-check transaction version when releasing anyway.
The
check-transaction-versions
is trying to fetch originrelease
which doesn't exist, so that has probably never worked.https://github.com/paritytech/polkadot/blob/master/scripts/ci/gitlab/pipeline/build.yml#L56 is the cause of that.
See failed job here
It should most likely find
release-v<some version>
or the latest tag.//cc @paritytech/ci
The text was updated successfully, but these errors were encountered: