Skip to content

Commit 17751c7

Browse files
committed
Run publish on github-actions runners so NPM works
1 parent 4c591b5 commit 17751c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
publish:
1717
name: Publish to NPM
18-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)