File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments