Skip to content

Commit

Permalink
ci: fix syntax error in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws committed Dec 13, 2023
1 parent 3ae3a16 commit 084a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "Setting next semantic version: $NEXT_SEMVER"
echo "release-tag-version=$NEXT_SEMVER" >> $GITHUB_OUTPUT
else
echo "Setting override release tag version: $OVERRIDE_RELEASE_TAG_VERSION""
echo "Setting override release tag version: $OVERRIDE_RELEASE_TAG_VERSION"
echo "release-tag-version=$OVERRIDE_RELEASE_TAG_VERSION" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 084a2a9

Please sign in to comment.