We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 784a132 + fcaa267 commit 8543041Copy full SHA for 8543041
workflow-templates/assets/release-go-task/Taskfile.yml
@@ -10,7 +10,7 @@ vars:
10
DIST_DIR: "dist"
11
# build vars
12
COMMIT:
13
- sh: echo "$(git log -n 1 --format=%h)"
+ sh: echo "$(git log --no-show-signature -n 1 --format=%h)"
14
TIMESTAMP:
15
sh: echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
16
TIMESTAMP_SHORT:
0 commit comments