Skip to content

Commit

Permalink
Job to build stable version has been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Dec 18, 2024
1 parent abed4e2 commit daa8a11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/post-merge-mcshared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,21 @@ jobs:
image: ${{ steps.stable_image.outputs.image }}

steps:
#
# Checkout the source code.
#
- name: Checkout the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

#
# Setup Java Build Environment.
#
- name: Setup Java Build Environment
uses: pagopa/mil-actions/setup-java-build-env@f782a1b3cdb79afda2c10007ae46b831b31fe640 # 1.1.2
with:
gh_user: ${{ secrets.GIT_USER }}
gh_token: ${{ secrets.GIT_PAT }}

#
# STABLE - Update of pom.xml and openapi.yaml with the new version.
#
Expand Down

0 comments on commit daa8a11

Please sign in to comment.