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.
1 parent 9eff317 commit aa18013Copy full SHA for aa18013
1 file changed
.github/workflows/deploy.yml
@@ -97,13 +97,10 @@ jobs:
97
uses: actions/checkout@v2
98
with:
99
fetch-depth: 100
100
-
101
- - name: Fetch from history
102
- run: git fetch --prune --unshallow --tags
103
104
- name: Build Changelog
105
id: github_release_build
106
- uses: mikepenz/release-changelog-builder-action@v2
+ uses: mikepenz/release-changelog-builder-action@v2.4.3
107
108
configuration: "./.github/workflows/changelog-config.json"
109
env:
0 commit comments