Skip to content

Commit

Permalink
fix(ci): publish version ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Jul 18, 2024
1 parent fd91eb2 commit be58411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git-cliff --config cliff.toml --verbose --strip header --unreleased --tag v${{ steps.update-version.outputs.version }} > /tmp/changelog.md
if [ $? -eq 0 ]; then
CONTENT=$(cat /tmp/changelog.md)
CONTENT >> ./CHANGELOG.md
echo "$CONTENT" >> ./CHANGELOG.md
echo "content=$CONTENT" >> $GITHUB_OUTPUT
echo "version=${{ steps.update-version.outputs.version }}" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit be58411

Please sign in to comment.