Skip to content

Commit 15961f1

Browse files
committed
Issue #120: Make job dependent as publish must only happen after windows was built as well.
1 parent 0d6351f commit 15961f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88

99
build-linux:
1010
runs-on: ubuntu-22.04
11+
needs: build-windows
1112
steps:
1213
- name: Checkout
1314
uses: actions/checkout@v4
@@ -19,9 +20,6 @@ jobs:
1920
- name: Install dependencies, build and test. 🔧
2021
run: ./build.sh
2122

22-
publish:
23-
runs-on: ubuntu-22.04
24-
steps:
2523
- name: Publish typescript-logging (core) 📦
2624
run: |
2725
cd core

0 commit comments

Comments
 (0)