Skip to content

Commit 8ebd40f

Browse files
refactor: update GitHub Actions workflow to use latest release changelog builder configuration
1 parent 8d298f2 commit 8ebd40f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434

35+
release:
36+
if: startsWith(github.ref, 'refs/tags/')
37+
runs-on: ubuntu-latest
38+
steps:
3539
- name: Build Changelog
3640
id: github_release
3741
uses: mikepenz/release-changelog-builder-action@v5
38-
with:
39-
configuration: .github/release-changelog-config.json
4042
env:
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244

0 commit comments

Comments
 (0)