Skip to content

Commit e6aeb31

Browse files
authored
ci: fix build missing runs-on param
1 parent f8d7e45 commit e6aeb31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# -----------------------------------------------------------------
2323
prepare:
2424
name: Prepare Release
25+
runs-on: ubuntu-latest
2526
outputs:
2627
should_deploy: ${{ steps.buildvars.outputs.should_deploy }}
2728
pkg_version: ${{ steps.buildvars.outputs.pkg_version }}

0 commit comments

Comments
 (0)