Skip to content

Commit 4c2492f

Browse files
bkleinerbkleiner
authored andcommitted
fix release gh build
1 parent c92463d commit 4c2492f

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/build_and_release.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,9 @@ jobs:
3232
name: HDZGOGGLE
3333
path: out/HDZGOGGLE
3434

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-
4535
- name: Create Release
46-
uses: softprops/action-gh-release@v0.1.14
36+
uses: softprops/action-gh-release@v0.1.15
37+
if: startsWith(github.ref, 'refs/tags/v')
4738
with:
48-
body: ${{steps.github_release.outputs.changelog}}
39+
files: out/${{ env.firmware_name }}
40+
draft: true

0 commit comments

Comments
 (0)