Skip to content

Commit

Permalink
🔧 (create-release.yml): update MAJOR_MINOR variable to use liquibaseV…
Browse files Browse the repository at this point in the history
…ersion from update-dockerfiles job output for consistency and accuracy
  • Loading branch information
Alejandro Alvarez committed Jul 26, 2024
1 parent a5c84ac commit 2938779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
VERSION="${{ needs.update-dockerfiles.outputs.liquibaseVersion }}"
echo "MAJOR_MINOR=${VERSION%.*}" >> $GITHUB_ENV
echo "VERSION: $VERSION"
echo "MAJOR_MINOR: $MAJOR_MINOR"
echo "MAJOR_MINOR: ${VERSION%.*}"
# - name: Check out liquibase/official-images
# uses: actions/checkout@v4
Expand Down

0 comments on commit 2938779

Please sign in to comment.