Skip to content

Commit c8c05f1

Browse files
committed
Fix changelog urls and try hardcoded action branch
1 parent 52e1b9f commit c8c05f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/changerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch: {}
44
push:
55
paths: [CHANGELOG.md]
6-
branches: [$default-branch]
6+
branches: [master]
77
tags: ["*"]
88

99
jobs:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Nothing yet.
1313

1414
The first release! Includes the `sync` command which will sync your `CHANGELOG.md` to GitHub Release notes.
1515

16-
[Unreleased]: https://github.com/dropseed/sitechecks/compare/v0.1.0...HEAD
17-
[0.1.0]: https://github.com/dropseed/sitechecks/releases/tag/v0.1.0
16+
[Unreleased]: https://github.com/dropseed/changerelease/compare/v0.1.0...HEAD
17+
[0.1.0]: https://github.com/dropseed/changerelease/releases/tag/v0.1.0

0 commit comments

Comments
 (0)