Skip to content

Commit bac814e

Browse files
committed
Update build.yaml
1 parent bd0115d commit bac814e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
update_version:
16+
runs-on: ubuntu-latest
1617
steps:
1718
- name: Get commit hash
1819
id: commit-hash
@@ -32,6 +33,7 @@ jobs:
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334

3435
build:
36+
needs: update_version
3537
runs-on: windows-latest
3638
strategy:
3739
matrix:

0 commit comments

Comments
 (0)