Skip to content

Commit ef23f1f

Browse files
committed
Hotfix: reference to autoreleaser action
1 parent 011f490 commit ef23f1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Auto Release from CHANGELOG
2020
id: changelog
21-
uses: ./autorelease
21+
uses: ./autoreleaser
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
changelog_path: require-changelog-entry/docs/CHANGELOG.md

autoreleaser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Auto Release from CHANGELOG
3030
id: changelog
31-
uses: lockerstock/github-actions/autorelease@main
31+
uses: lockerstock/github-actions/autoreleaser@main
3232
with:
3333
token: ${{ secret.GITHUB_TOKEN }}
3434
changelog_path: CHANGELOG.md

require-changelog-entry/docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### Fixed
2626

27-
- Broken auto-release GHA workflow
27+
- Broken auto-release GHA workflow (twice)
2828

2929
## [v0.1.0]
3030

0 commit comments

Comments
 (0)