Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Feb 5, 2023
1 parent 6adcd90 commit 6c891ab
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6c891ab

Please sign in to comment.