Skip to content

Commit 1ff30ca

Browse files
committed
fix: move away from self-hosted runner for release process
1 parent 843ebc8 commit 1ff30ca

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
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
publish:
16-
runs-on: public
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
1919
node-version: [24.x]

0 commit comments

Comments
 (0)