We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c591b5 commit 17751c7Copy full SHA for 17751c7
.github/workflows/publish-npm.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
publish:
17
name: Publish to NPM
18
- runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
+ runs-on: ubuntu-latest
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
0 commit comments