diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 087cd10..e9e7ee3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: release uses: mikepenz/release-changelog-builder-action@v5 with: - configuration: ".github/changelog-configuration.json" + configuration: '.github/changelog-configuration.json' failOnError: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9ca2ec4..8323d4f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,6 @@ @@ -118,6 +121,6 @@ expandByDefault={config.defaultExpandGroups} /> {/each} - +