Skip to content

Commit

Permalink
Hotfix: reference to autoreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed May 7, 2023
1 parent 011f490 commit ef23f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -18,7 +18,7 @@ jobs:

- name: Auto Release from CHANGELOG
id: changelog
uses: ./autorelease
uses: ./autoreleaser
with:
token: ${{ secrets.GITHUB_TOKEN }}
changelog_path: require-changelog-entry/docs/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion autoreleaser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Auto Release from CHANGELOG
id: changelog
uses: lockerstock/github-actions/autorelease@main
uses: lockerstock/github-actions/autoreleaser@main
with:
token: ${{ secret.GITHUB_TOKEN }}
changelog_path: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion require-changelog-entry/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Broken auto-release GHA workflow
- Broken auto-release GHA workflow (twice)

## [v0.1.0]

Expand Down

0 comments on commit ef23f1f

Please sign in to comment.