From 2e79733b3edb5260eefa8ca1dafa9a765d631e34 Mon Sep 17 00:00:00 2001 From: Andrea Morabito <78792023+and-mora@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:38:58 +0100 Subject: [PATCH] chore: remove step from pipeline cd (#3) --- .github/workflows/post-merge.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index 5c49799..21d4553 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -39,7 +39,7 @@ jobs: # Install Node. # - name: Install Node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af #v4.1.0 with: node-version: "20.18.0" @@ -59,16 +59,6 @@ jobs: @semantic-release/git@10.0.1 # 3e934d45f97fd07a63617c0fc098c9ed3e67d97a dry_run: true - # - # Setup Java - # - - name: Setup Java - uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 - with: - distribution: ‘corretto’ - java-version: ‘21’ - cache: ‘gradle’ - # # RELEASE CANDIDATE - Update of pom.xml and openapi.yaml with the RC new version. #