Skip to content

Commit 4e643b1

Browse files
committed
ci: change property names yml file
1 parent 2198c40 commit 4e643b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 📦 New Release
22

3-
defaults: &project_options
3+
projectDefaults: &project_options
44
- ""
55
- json-api-nestjs
66
- json-api-nestjs-sdk
@@ -70,7 +70,7 @@ jobs:
7070
project4: ${{ github.event.inputs.project4 }}
7171

7272
test:
73-
need: [compute-projects]
73+
needs: [compute-projects]
7474
uses: ./.github/workflows/test.yml
7575
with:
7676
mainBranch: "last-tag"

0 commit comments

Comments
 (0)