We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c754b commit 79f8d5aCopy full SHA for 79f8d5a
1 file changed
.github/workflows/build.yml
@@ -49,8 +49,6 @@ jobs:
49
if: startsWith(github.ref, 'refs/tags/')
50
uses: softprops/action-gh-release@v1
51
with:
52
- body: |
53
- ${GITHUB_REF##*/} (${GITHUB_SHA::7})
54
draft: false
55
prerelease: false
56
files: |
0 commit comments