Skip to content

Commit

Permalink
Hotfix: auto-release GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed May 7, 2023
1 parent 91fc9df commit 011f490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease-require-changelog-entry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: changelog
uses: ./autorelease
with:
token: ${{ secret.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
changelog_path: require-changelog-entry/docs/CHANGELOG.md
tag_prefix: require-changelog-entry@

Expand Down
4 changes: 4 additions & 0 deletions require-changelog-entry/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optional exit with error state on no new CHANGELOG entries
- Append customizable error message to CHANGELOG file when no new entries

### Fixed

- Broken auto-release GHA workflow

## [v0.1.0]

### Added
Expand Down

0 comments on commit 011f490

Please sign in to comment.