Skip to content

Commit e82ea5e

Browse files
authored
Merge pull request #12 from TaskarCenterAtUW/main
Update build.yaml
2 parents ea9f4cd + fd97ff3 commit e82ea5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
# - name: Get last tag
3636
# run: echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
3737

38-
- name: "Build Changelog"
39-
id: build_changelog
40-
uses: mikepenz/release-changelog-builder-action@v5
41-
with:
38+
# - name: "Build Changelog"
39+
# id: build_changelog
40+
# uses: mikepenz/release-changelog-builder-action@v5
41+
# with:
4242
# toTag: "${{ github.ref }}"
43-
mode: "HYBRID"
44-
outputFile: "CHANGELOG.md"
43+
# mode: "HYBRID"
44+
# outputFile: "CHANGELOG.md"
4545

46-
- name: Print CHANGELOG.md
47-
run: cat CHANGELOG.md
46+
# - name: Print CHANGELOG.md
47+
# run: cat CHANGELOG.md
4848

4949
- name: Set up Docker Buildx
5050
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)