Skip to content

Commit

Permalink
Correct ref mistake
Browse files Browse the repository at this point in the history
#!skip-build!#
  • Loading branch information
nikita-petko committed Sep 3, 2024
1 parent 28ddfaa commit 589b1d6
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 @@ -134,7 +134,7 @@ jobs:
# If we have a version suffix, append it
if [ -n "${{ env.VERSION_SUFFIX }}" ]; then
VERSION="$(VERSION)${{ env.VERSION_SUFFIX }}"
VERSION="${VERSION}${{ env.VERSION_SUFFIX }}"
fi
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 589b1d6

Please sign in to comment.