Skip to content

Commit fced5fc

Browse files
committed
fix: we don't have applications release group in this repo
1 parent 7f83f32 commit fced5fc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,10 @@ jobs:
5454
- name: Version
5555
run: |
5656
if [ "${{ steps.git.outputs.branch-name }}" == "main" ]; then
57-
npx nx release \
58-
--group applications \
59-
--dockerVersionScheme semver \
60-
--skip-publish
61-
6257
npx nx release \
6358
--group packages \
6459
--skip-publish
6560
else
66-
npx nx release \
67-
--preid pr-${{ steps.git.outputs.commit-sha-short }} \
68-
--group applications \
69-
--dockerVersionScheme semver \
70-
--skip-publish
71-
7261
npx nx release \
7362
--preid pr-${{ steps.git.outputs.commit-sha-short }} \
7463
--group packages \
@@ -85,12 +74,10 @@ jobs:
8574
if [ "${{ steps.git.outputs.branch-name }}" == "main" ]; then
8675
npx nx release publish \
8776
--group packages \
88-
--group applications \
8977
--tag latest
9078
else
9179
npx nx release publish \
9280
--group packages \
93-
--group applications \
9481
--tag pr-${{ steps.git.outputs.commit-sha-short }}
9582
fi
9683

0 commit comments

Comments
 (0)