Skip to content

Commit

Permalink
log tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kibysh committed Sep 12, 2023
1 parent a5f9c75 commit f16f1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo "Tag Name: ${{ steps.get_tag_name.outputs.tag_name }}"
echo "Tag Message: ${{ steps.get_tag_message.outputs.tag_message }}"
echo "tag_message=$(git tag -l 0.1.3 --format='%(contents)')" >> $GITHUB_OUTPUT
echo "tag_message=$(git tag -l 0.1.3 --format='%(contents)')"
# run_copy_script:
# runs-on: macos-latest
Expand Down

0 comments on commit f16f1ce

Please sign in to comment.