Skip to content

Commit

Permalink
fix: ci/prerelease workflow remove tag config (#13)
Browse files Browse the repository at this point in the history
* feat: testing changelog

* feat: testing changelog

* feat: add categorized commits

* feat: add configuration path

* feat: remove base branch filter

* feat: remove label filters

* feat: omit from and to

* feat: remove extra config

* feat: remove extra config

* feat: remove extra config

* feat: remove extra config

* feat: remove extra config

* feat: remove extra config
  • Loading branch information
cafadev authored Sep 3, 2023
1 parent 74d7bf2 commit e7f3bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
with:
toTag: ${{ steps.toTag.outputs.tag }}
fromTag: ${{ steps.fromTag.outputs.tag }}
# toTag: ${{ steps.toTag.outputs.tag }}
# fromTag: ${{ steps.fromTag.outputs.tag }}
configuration: "changelog-config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e7f3bf4

Please sign in to comment.