Skip to content

Commit 591328a

Browse files
authored
fix: fix nodes used to publish release (#30)
1 parent 41f8e33 commit 591328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

2626
jobs:
2727
release:
28-
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }}
28+
runs-on: ubuntu-20.04
2929
steps:
3030
- name: Docker Login
3131
uses: docker/login-action@v2

0 commit comments

Comments
 (0)