From 6fed12e9ad1137ea11c0654aca79985e1b7e7123 Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Tue, 20 Sep 2022 23:06:24 +0200 Subject: [PATCH] fix --- .github/workflows/build.yaml | 7 ++++--- Changelog.md | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 657e807f..8458adb5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -126,7 +126,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: changelogPath: Changelog.md - version: ${{ steps.get_version.outputs.version }} + version: ${{ steps.get_version.outputs.version-without-v }} # the release notes will be extracted from changelog - name: Extract release notes @@ -143,10 +143,11 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: + name: ${{ steps.get_version.outputs.version-without-v }} body: ${{ steps.extract-release-notes.outputs.release_notes }} files: | - './firmware/*' - './dist/*' + firmware/* + dist/* # Commit&Push Changelog to master branch. Must be manually merged back to rolling - name: Commit changes and push changes diff --git a/Changelog.md b/Changelog.md index 50969a46..0ef36d9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ -# Versions +# Changelog ## [Unreleased] +- auto release creation + ## [10.6.2] - Stability Increase (2022-07-24) - **NEW 10.6.2**: ignore hidden files in model selection (configuration page)