Skip to content

Commit

Permalink
ci: fix clone all commit for generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 24, 2020
1 parent 5c9b47c commit e064058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: Go ${{ matrix.go }} in ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -44,7 +46,7 @@ jobs:
version: latest
args: release --rm-dist --skip-publish --skip-validate

- name: Try to generate changelog for this repo
- name: Generate changelog
run: |
./run.sh HEAD~
Expand Down

0 comments on commit e064058

Please sign in to comment.