Skip to content

Commit

Permalink
fix: new build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
silvelo committed May 27, 2024
1 parent 9171983 commit d4e4759
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ jobs:
- name: release
uses: ncipollo/release-action@v1
with:
makeLatest: true
artifacts: "firmware/*/firmware.bin,spiffs/*/spiffs.bin"
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
file_pattern: CHANGELOG.md

0 comments on commit d4e4759

Please sign in to comment.