Skip to content

Commit 56f8570

Browse files
committed
update changelog generator
1 parent 79a2749 commit 56f8570

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
echo $VERSION > export/version.txt
6666
echo Building OBS Version: $VERSION
6767
68+
- name: Generate changelog
69+
id: changelog
70+
if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}
71+
uses: metcalfc/changelog-generator@v4.3.1
72+
with:
73+
myToken: ${{ secrets.GITHUB_TOKEN }}
74+
6875
- name: Install build dependencies
6976
run: |
7077
apt-get update
@@ -89,13 +96,6 @@ jobs:
8996
if-no-files-found: error
9097

9198

92-
- name: Generate changelog
93-
id: changelog
94-
if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}
95-
uses: metcalfc/changelog-generator@v3.0.0
96-
with:
97-
myToken: ${{ secrets.GITHUB_TOKEN }}
98-
9999
- name: Create Release
100100
id: create_release
101101
if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}

0 commit comments

Comments
 (0)