Skip to content

Commit 8543041

Browse files
authored
Merge pull request #91 from per1234/no-show-signature
Sanitize git log output used in for Go release template
2 parents 784a132 + fcaa267 commit 8543041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/assets/release-go-task/Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vars:
1010
DIST_DIR: "dist"
1111
# build vars
1212
COMMIT:
13-
sh: echo "$(git log -n 1 --format=%h)"
13+
sh: echo "$(git log --no-show-signature -n 1 --format=%h)"
1414
TIMESTAMP:
1515
sh: echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
1616
TIMESTAMP_SHORT:

0 commit comments

Comments
 (0)