From 71b0599289e6a8423883520f450ba0f7b7ed4b66 Mon Sep 17 00:00:00 2001 From: Damian Bielecki Date: Sat, 27 Nov 2021 12:34:53 +0100 Subject: [PATCH] chore: disable publish --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21bc8b1e..d19c8686 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,12 +32,12 @@ jobs: - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' run: yarn - - name: Start Release - id: semantic - run: npx semantic-release --dry-run - - name: Build - run: yarn nx affected --target build --parallel --base ${{ steps.semantic.outputs.last-head || 'HEAD' }} --with-deps - - name: Publish - run: yarn nx affected --target publish --parallel --base ${{ steps.semantic.outputs.last-head || 'HEAD' }} --with-deps --pkgVersion ${{ steps.semantic.outputs.next-version }} +# - name: Start Release +# id: semantic +# run: npx semantic-release --dry-run +# - name: Build +# run: yarn nx affected --target build --parallel --base ${{ steps.semantic.outputs.last-head || 'HEAD' }} --with-deps +# - name: Publish +# run: yarn nx affected --target publish --parallel --base ${{ steps.semantic.outputs.last-head || 'HEAD' }} --with-deps --pkgVersion ${{ steps.semantic.outputs.next-version }} - name: Finish Release run: npx semantic-release