Skip to content

Commit

Permalink
fix: fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Jan 9, 2024
1 parent 72946a6 commit 9deff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
BUILD_TAGS+=("${TIMESTAMP}")
BUILD_TAGS+=("testing")
fi
if [[ ${{ github.ref_name }} == "live" ]]; then
elif [[ ${{ github.ref_name }} == "live" ]]; then
BUILD_TAGS=("${MAJOR_VERSION}" "${MAJOR_VERSION}-${TIMESTAMP}")
if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \
[[ "${{ matrix.is_stable_version }}" == "true" ]]; then
Expand Down

0 comments on commit 9deff4b

Please sign in to comment.