Skip to content

Commit 3e55c63

Browse files
EgorPopelyaevgithub-actions[bot]
authored andcommitted
[Release|CI/CD] Fix Create polkadot-vX.YY.Z tag flow (#10551)
Switch to `ubuntu-latest` (cherry picked from commit 0f0f0ae)
1 parent 63e763e commit 3e55c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-60_create-old-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
create-old-release-tag:
10-
runs-on: parity-default
10+
runs-on: ubuntu-latest
1111
environment: release
1212
env:
1313
PGP_KMS_KEY: ${{ secrets.PGP_KMS_SIGN_COMMITS_KEY }}

0 commit comments

Comments
 (0)