fix changelog #22
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Github release' | |
| on: | |
| workflow_dispatch: | |
| push: | |
| tags: | |
| - '*' | |
| jobs: | |
| gh-release: | |
| uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.2.2 | |
| with: | |
| # If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3) | |
| tag_num: false | |
| fetch_depth: '30' | |
| changelog_file: 'CHANGELOG.md' |