Skip to content

Commit 0cf0c5c

Browse files
author
Alexander Kharkovey
committed
ci(json-api-nestjs): set publish from local deploy scrip
1 parent 94272de commit 0cf0c5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
run: npm ci
3131
- name: Test
3232
run: npx nx affected:test --base=remotes/origin/master
33+
- name: Publishing pre-releases
34+
run: npx nx affected --target=deploy --base=remotes/origin/master
3335
env:
3436
CI: true

libs/json-api-nestjs/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"deploy": {
8-
"executor": "./dist/libs/sevrel:release",
8+
"executor": "./dist/libs/semrel:release",
99
"dependsOn": [
1010
{ "projects": "dependencies", "target": "build" },
1111
{ "projects": "self", "target": "release" }
@@ -77,5 +77,5 @@
7777
}
7878
},
7979
"tags": [],
80-
"implicitDependencies": ["sevrel"]
80+
"implicitDependencies": ["semrel"]
8181
}

0 commit comments

Comments
 (0)