We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642b3db commit 019a062Copy full SHA for 019a062
.github/workflows/release-tag.yml
@@ -59,7 +59,7 @@ jobs:
59
"$(git rev-parse --verify "$GITHUB_REF^0")" ||
60
die "The tag '$tag_name' does not point to the tip of 'main'"
61
62
- echo "$tag_name" >tag_name
+ printf '%s' "$tag_name" >tag_name
63
git cat-file tag "$GITHUB_REF" | sed -e '1,/^$/d' -e '/-----BEGIN PGP SIGNATURE-----/,$d' >body
64
- name: Create Release
65
if: github.repository_owner == 'git-for-windows'
0 commit comments