We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee0e8 commit 0dadb56Copy full SHA for 0dadb56
.github/workflows/github-release.yaml
@@ -36,8 +36,6 @@ jobs:
36
uses: docker://antonyurchenko/git-release:latest
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- CHANGELOG_FILE: "none"
40
- ALLOW_EMPTY_CHANGELOG: "true"
41
DRAFT_RELEASE: "true"
42
with:
43
args: |
Makefile
@@ -132,7 +132,7 @@ ifndef GITHUB_TOKEN
132
endif
133
$Q $(DOCKER) run --rm \
134
-v $(CURDIR):/usr/local/src/app \
135
- -w /usr/local/src/app ferrarimarco/github-changelog-generator \
+ -w /usr/local/src/app githubchangeloggenerator/github-changelog-generator \
136
--user doitintl --project secrets-init \
137
--token $(GITHUB_TOKEN)
138
0 commit comments