Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent c367f5d commit 1733f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
echo "$OLD_PACKAGE_VERSION"
if [ $NEW_PACKAGE_VERSION != $OLD_PACKAGE_VERSION ]; then
echo "{version}={$NEW_PACKAGE_VERSION}" >> $GITHUB_OUTPUT
echo "Version was changed"
echo "version=$NEW_PACKAGE_VERSION" >> $GITHUB_OUTPUT
fi
build:
Expand Down

0 comments on commit 1733f5a

Please sign in to comment.