Skip to content

Commit 3aadfeb

Browse files
authored
Change self hosted runner tag (#1008)
* update publish job to use the self-hosted runner * only run publish job on self-hosted runner
1 parent 0efbefd commit 3aadfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
230230
upload-packages:
231231
name: Upload packages
232-
runs-on: ubuntu-22.04
232+
runs-on: ubuntu-22.04-amd64
233233
needs: [vars,release-draft,tag-release]
234234
permissions:
235235
id-token: write

0 commit comments

Comments
 (0)