Skip to content

Commit

Permalink
chore: remove step from pipeline cd (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora authored Nov 15, 2024
1 parent f35db36 commit 2e79733
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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.
#
Expand Down

0 comments on commit 2e79733

Please sign in to comment.