Skip to content

Commit 0d767e6

Browse files
Merge pull request #425 from depot/jacobwgillespie-patch-1
Use GitHub-hosted runner for npm Trusted Publishing
2 parents ae171c0 + 176de57 commit 0d767e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
release:
13-
runs-on: depot-ubuntu-latest-16
13+
runs-on: ubuntu-latest-16-cores
1414
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)