Skip to content

Commit

Permalink
print CURRENT_VERSION in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
yvasyliev committed Nov 14, 2023
1 parent 8a58a83 commit ec28fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
CURRENT_VERSION: ${{ steps.get-current-version.outputs.current-version }}
run: |
echo "current-version=$CURRENT_VERSION"
echo 'Current version is `$CURRENT_VERSION`' >> $GITHUB_STEP_SUMMARY
echo "Current version is \`$CURRENT_VERSION\`" >> $GITHUB_STEP_SUMMARY

0 comments on commit ec28fbd

Please sign in to comment.