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 c92463d commit 4c2492fCopy full SHA for 4c2492f
1 file changed
.github/workflows/build_and_release.yml
@@ -32,17 +32,9 @@ jobs:
32
name: HDZGOGGLE
33
path: out/HDZGOGGLE
34
35
- release:
36
- if: startsWith(github.ref, 'refs/tags/v')
37
- runs-on: ubuntu-latest
38
- steps:
39
- - name: Build Changelog
40
- id: github_release
41
- uses: mikepenz/release-changelog-builder-action@v3
42
- env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
-
45
- name: Create Release
46
- uses: softprops/action-gh-release@v0.1.14
+ uses: softprops/action-gh-release@v0.1.15
+ if: startsWith(github.ref, 'refs/tags/v')
47
with:
48
- body: ${{steps.github_release.outputs.changelog}}
+ files: out/${{ env.firmware_name }}
+ draft: true
0 commit comments