From f55c3677031bbcf295684d2f0510ef838ab10ad4 Mon Sep 17 00:00:00 2001 From: axetroy Date: Fri, 27 Nov 2020 14:43:27 +0800 Subject: [PATCH] ci: update whatchanged command options --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d67ebb11..1b352eec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Generate release.md run: | - ./cmd/whatchanged/run.sh --tpl=release.tpl --file=release.md + ./cmd/whatchanged/run.sh --tpl=release.tpl --output=release.md - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2