Skip to content

Commit 0f0f0ae

Browse files
[Release|CI/CD] Fix Create polkadot-vX.YY.Z tag flow (#10551)
Switch to `ubuntu-latest`
1 parent 18cb5ee commit 0f0f0ae

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)