From 6c891ab7fe04c3a1ed89c9e7251592aaa26f577f Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 5 Feb 2023 20:35:02 +0100 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 77a2c8bb..efbdd670 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -326,13 +326,13 @@ jobs: if: startsWith(github.ref, 'refs/tags/') uses: battila7/get-version-action@v2 - # the changelog [unreleased] will now be changed to the release version - - name: Update changelog - uses: thomaseizinger/keep-a-changelog-new-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - changelogPath: Changelog.md - version: ${{ steps.get_version.outputs.version-without-v }} +# # the changelog [unreleased] will now be changed to the release version +# - name: Update changelog +# uses: thomaseizinger/keep-a-changelog-new-release@v1 +# if: startsWith(github.ref, 'refs/tags/') +# with: +# changelogPath: Changelog.md +# version: ${{ steps.get_version.outputs.version-without-v }} # the release notes will be extracted from changelog - name: Extract release notes @@ -341,7 +341,6 @@ jobs: uses: ffurrer2/extract-release-notes@v1 with: changelog_file: Changelog.md - # Releases should only be created on master by tagging the last commit. # all artifacts in firmware folder pushed to the release