Skip to content

Commit

Permalink
fix type in pipeline strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 17, 2024
1 parent 64eacf5 commit 01605c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
COMMIT_HASH=${{ github.sha }}
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
[ "$VERSION" == "$DEFAULT_BRANCH}}" ] && VERSION=latest
[ "$VERSION" == "$DEFAULT_BRANCH" ] && VERSION=latest
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
echo VERSION=$VERSION
Expand Down

0 comments on commit 01605c7

Please sign in to comment.