Skip to content

Commit

Permalink
Fixing Changelog action.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed May 1, 2024
1 parent 4983516 commit f48f398
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ jobs:
run: |
/home/runner/.azure/bin/bicep build bicep/main.bicep --outfile azuredeploy.json
- name: Generate Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
configuration: ".github/changelog_config.json"

- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
Expand All @@ -64,6 +56,14 @@ jobs:
version.json
azuredeploy.json
- name: Generate Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
configuration: ".github/changelog_config.json"

- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit f48f398

Please sign in to comment.