Skip to content

Commit

Permalink
fix: prerelease CI (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Jan 21, 2025
1 parent 47285ce commit 819e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: commit_info
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
echo "commit_message='$(git log -1 --pretty=%B)'" >> $GITHUB_OUTPUT
# Generating a GitHub token, so that tags created by the action
# triggers the other workflows
Expand Down

0 comments on commit 819e370

Please sign in to comment.