Skip to content

Commit eccdb7e

Browse files
committed
fix release workflow
1 parent 89176f0 commit eccdb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
single-node:
10-
runs-on: [self-hosted, style-checker]
9+
publish:
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@main
1313

0 commit comments

Comments
 (0)