Skip to content

Commit 6c891ab

Browse files
authored
Update build.yaml
1 parent 6adcd90 commit 6c891ab

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,13 @@ jobs:
326326
if: startsWith(github.ref, 'refs/tags/')
327327
uses: battila7/get-version-action@v2
328328

329-
# the changelog [unreleased] will now be changed to the release version
330-
- name: Update changelog
331-
uses: thomaseizinger/keep-a-changelog-new-release@v1
332-
if: startsWith(github.ref, 'refs/tags/')
333-
with:
334-
changelogPath: Changelog.md
335-
version: ${{ steps.get_version.outputs.version-without-v }}
329+
# # the changelog [unreleased] will now be changed to the release version
330+
# - name: Update changelog
331+
# uses: thomaseizinger/keep-a-changelog-new-release@v1
332+
# if: startsWith(github.ref, 'refs/tags/')
333+
# with:
334+
# changelogPath: Changelog.md
335+
# version: ${{ steps.get_version.outputs.version-without-v }}
336336

337337
# the release notes will be extracted from changelog
338338
- name: Extract release notes
@@ -341,7 +341,6 @@ jobs:
341341
uses: ffurrer2/extract-release-notes@v1
342342
with:
343343
changelog_file: Changelog.md
344-
345344

346345
# Releases should only be created on master by tagging the last commit.
347346
# all artifacts in firmware folder pushed to the release

0 commit comments

Comments
 (0)