Skip to content

Commit 523a0df

Browse files
authored
Checkout code for releaser job to apply change log configuration (#284)
Co-authored-by: Saeed Fazal <[email protected]>
1 parent 190697e commit 523a0df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
needs: build
2222
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v2
25+
with:
26+
fetch-depth: 0
2327
- name: Build Changelog
2428
id: github_release
25-
uses: mikepenz/release-changelog-builder-action@v1
29+
uses: mikepenz/release-changelog-builder-action@v2
2630
with:
2731
configuration: "${{ github.workspace }}/.github/workflows/changelog_configuration.json"
2832
env:

0 commit comments

Comments
 (0)