Skip to content

Commit a3dca98

Browse files
authored
fix: run npm release jobs on ubuntu-latest (#4201)
Failed trying to run trust npm publish on warp runner: https://github.com/triggerdotdev/trigger.dev/actions/runs/29016820615/job/86113758922
1 parent 188f008 commit a3dca98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
jobs:
3333
show-release-summary:
3434
name: 📋 Release Summary
35-
runs-on: warp-ubuntu-latest-x64-2x
35+
runs-on: ubuntu-latest
3636
permissions: {}
3737
if: |
3838
github.repository == 'triggerdotdev/trigger.dev' &&
@@ -48,7 +48,7 @@ jobs:
4848
4949
release:
5050
name: 🚀 Release npm packages
51-
runs-on: warp-ubuntu-latest-x64-8x
51+
runs-on: ubuntu-latest
5252
environment: npm-publish
5353
permissions:
5454
contents: write
@@ -266,7 +266,7 @@ jobs:
266266
# The prerelease job needs to be on the same workflow file due to a limitation related to how npm verifies OIDC claims.
267267
prerelease:
268268
name: 🧪 Prerelease
269-
runs-on: warp-ubuntu-latest-x64-8x
269+
runs-on: ubuntu-latest
270270
environment: npm-publish
271271
permissions:
272272
contents: read

0 commit comments

Comments
 (0)