Skip to content

Commit

Permalink
Add fixture
Browse files Browse the repository at this point in the history
#!skip-build!#
  • Loading branch information
jf-06 committed Sep 3, 2024
1 parent eb4f747 commit 28ddfaa
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 28ddfaa

Please sign in to comment.