Skip to content

Commit

Permalink
Change self hosted runner tag (#1008)
Browse files Browse the repository at this point in the history
* update publish job to use the self-hosted runner

* only run publish job on self-hosted runner
  • Loading branch information
sean-breen authored Mar 5, 2025
1 parent 0efbefd commit 3aadfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
upload-packages:
name: Upload packages
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04-amd64
needs: [vars,release-draft,tag-release]
permissions:
id-token: write
Expand Down

0 comments on commit 3aadfeb

Please sign in to comment.