Skip to content

Commit

Permalink
minor workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent e8cc9ae commit ccfca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
OLD_PACKAGE_VERSION=$(node -pe 'require("./package.json").version')
if [ $NEW_PACKAGE_VERSION != $OLD_PACKAGE_VERSION ]; then
echo "::set-output name=version::$NEW_PACKAGE_VERSION"
echo "{version}={$NEW_PACKAGE_VERSION}" >> $GITHUB_OUTPUT
fi
build:
Expand Down

0 comments on commit ccfca0e

Please sign in to comment.