Skip to content

Commit

Permalink
fix release gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner authored and bkleiner committed Feb 8, 2023
1 parent c92463d commit 4c2492f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,9 @@ jobs:
name: HDZGOGGLE
path: out/HDZGOGGLE

release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v0.1.15
if: startsWith(github.ref, 'refs/tags/v')
with:
body: ${{steps.github_release.outputs.changelog}}
files: out/${{ env.firmware_name }}
draft: true

0 comments on commit 4c2492f

Please sign in to comment.