Skip to content

Commit

Permalink
ci: fix generation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 27, 2020
1 parent 65c50c6 commit 02136b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Generate release.md
run: |
./run.sh --tpl=release.tpl --file=release.md
./cmd/whatchanged/run.sh --tpl=release.tpl --file=release.md
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 02136b9

Please sign in to comment.