Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 29, 2025
1 parent 6bccaf6 commit 9a0518f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Build image
env:
VERSION: ${{ inputs.version }}
MARIADB_VER: ${{ inputs.version }}
LATEST: ${{ inputs.latest }}
LATEST_MAJOR: ${{ inputs.latest_major }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -exo pipefail

if [[ "${GITHUB_REF}" == refs/heads/master || "${GITHUB_REF}" == refs/tags/* ]]; then
minor_ver="${VERSION%.*}"
minor_ver="${MARIADB_VER%.*}"
major_ver="${minor_ver%.*}"

tags=("${minor_ver}")
Expand Down

0 comments on commit 9a0518f

Please sign in to comment.