Skip to content

Commit 0dadb56

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/github-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: docker://antonyurchenko/git-release:latest
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
CHANGELOG_FILE: "none"
40-
ALLOW_EMPTY_CHANGELOG: "true"
4139
DRAFT_RELEASE: "true"
4240
with:
4341
args: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ifndef GITHUB_TOKEN
132132
endif
133133
$Q $(DOCKER) run --rm \
134134
-v $(CURDIR):/usr/local/src/app \
135-
-w /usr/local/src/app ferrarimarco/github-changelog-generator \
135+
-w /usr/local/src/app githubchangeloggenerator/github-changelog-generator \
136136
--user doitintl --project secrets-init \
137137
--token $(GITHUB_TOKEN)
138138

0 commit comments

Comments
 (0)