Skip to content

Commit 221fc6a

Browse files
committed
Update runner for publish action
1 parent f22a611 commit 221fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
name: Publish release to npm
10-
runs-on: [self-hosted, lob-runner, x64, Linux]
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)