Skip to content

Commit a977da4

Browse files
committed
👷 Update publish pipeline to depend on build job instead of create-projects
1 parent a2288d8 commit a977da4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
types: [created]
66

77
jobs:
8-
create-projects:
9-
uses: ./.github/workflows/create-projects.yml
8+
build:
9+
uses: AckeeCZ/create-node-app/.github/workflows/build.yml@main
1010

1111
publish:
12-
needs: create-projects
12+
needs: "build"
1313
runs-on: ubuntu-latest
1414

1515
steps:

0 commit comments

Comments
 (0)