Skip to content

Commit 011f490

Browse files
committed
Hotfix: auto-release GHA workflow
1 parent 91fc9df commit 011f490

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/autorelease-require-changelog-entry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: changelog
2121
uses: ./autorelease
2222
with:
23-
token: ${{ secret.GITHUB_TOKEN }}
23+
token: ${{ secrets.GITHUB_TOKEN }}
2424
changelog_path: require-changelog-entry/docs/CHANGELOG.md
2525
tag_prefix: require-changelog-entry@
2626

require-changelog-entry/docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Optional exit with error state on no new CHANGELOG entries
2323
- Append customizable error message to CHANGELOG file when no new entries
2424

25+
### Fixed
26+
27+
- Broken auto-release GHA workflow
28+
2529
## [v0.1.0]
2630

2731
### Added

0 commit comments

Comments
 (0)