Skip to content

Commit

Permalink
Fixed job which builds stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Dec 18, 2024
1 parent 1bc50a2 commit f96df09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/post-merge-mcshared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ jobs:
git commit -m "Updated with new version ${{ needs.release_candidate.outputs.new_release_version }}"
git push origin main
#
# Install Node.
#
- name: Install Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: "20.18.0"

#
# Calculation of the new version (again) with tagging + releasing + etc.
#
Expand Down Expand Up @@ -311,7 +319,6 @@ jobs:
# STABLE - Update Container App.
#
- name: STABLE - Update Container App
if: steps.semantic.outputs.new_release_published == 'true'
shell: bash
working-directory: src/main/terraform
env:
Expand Down

0 comments on commit f96df09

Please sign in to comment.