We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a2749 commit 56f8570Copy full SHA for 56f8570
1 file changed
.github/workflows/ci.yml
@@ -65,6 +65,13 @@ jobs:
65
echo $VERSION > export/version.txt
66
echo Building OBS Version: $VERSION
67
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
+
75
- name: Install build dependencies
76
run: |
77
apt-get update
@@ -89,13 +96,6 @@ jobs:
89
96
if-no-files-found: error
90
97
91
98
92
- - name: Generate changelog
93
- id: changelog
94
- if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}
95
- uses: metcalfc/changelog-generator@v3.0.0
- with:
- myToken: ${{ secrets.GITHUB_TOKEN }}
-
99
- name: Create Release
100
id: create_release
101
if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}
0 commit comments