We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24d0eb commit 88eaa7dCopy full SHA for 88eaa7d
.github/workflows/build.yml
@@ -38,10 +38,8 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
- draft: true
42
tag_name: ${{ steps.package-version.outputs.version }}
43
name: Release ${{ steps.package-version.outputs.version }}
44
- body: Binaries at ${{ github.sha }}
45
46
build:
47
name: Build
@@ -107,7 +105,6 @@ jobs:
107
105
108
106
109
110
111
112
113
files: ${{ steps.pack-files.outputs.pack }}
0 commit comments