We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea9f4cd + fd97ff3 commit e82ea5eCopy full SHA for e82ea5e
.github/workflows/build.yaml
@@ -35,16 +35,16 @@ jobs:
35
# - name: Get last tag
36
# run: echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
37
38
- - name: "Build Changelog"
39
- id: build_changelog
40
- uses: mikepenz/release-changelog-builder-action@v5
41
- with:
+# - name: "Build Changelog"
+# id: build_changelog
+# uses: mikepenz/release-changelog-builder-action@v5
+# with:
42
# toTag: "${{ github.ref }}"
43
- mode: "HYBRID"
44
- outputFile: "CHANGELOG.md"
+# mode: "HYBRID"
+# outputFile: "CHANGELOG.md"
45
46
- - name: Print CHANGELOG.md
47
- run: cat CHANGELOG.md
+# - name: Print CHANGELOG.md
+# run: cat CHANGELOG.md
48
49
- name: Set up Docker Buildx
50
uses: docker/setup-buildx-action@v3
0 commit comments