Skip to content

Commit 3f6159c

Browse files
committed
chore: Change publish runner back to ubuntu-latest
1 parent 2a5839f commit 3f6159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
npm_publish:
1010
if: "! contains(toJSON(github.event.commits.*.message), '[Version Bump]')"
1111
name: NPM Publish
12-
runs-on: arc-scale-set
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
node-version: [20.x]

0 commit comments

Comments
 (0)