Skip to content

Commit 642ac92

Browse files
committed
fix github release action
1 parent 0dadb56 commit 642ac92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ endif
134134
-v $(CURDIR):/usr/local/src/app \
135135
-w /usr/local/src/app githubchangeloggenerator/github-changelog-generator \
136136
--user doitintl --project secrets-init \
137+
--output CHANGELOG.tmp.md \
137138
--token $(GITHUB_TOKEN)
139+
$Q tail -n +3 CHANGELOG.tmp.md > CHANGELOG.md
140+
$Q rm CHANGELOG.tmp.md
141+
138142

139143
.PHONY: clean
140144
clean: ; $(info $(M) cleaning...) @ ## Cleanup everything

0 commit comments

Comments
 (0)