Skip to content

Commit

Permalink
Fix release changelog creation
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed May 12, 2022
1 parent 5f90789 commit af5bfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup QEMU
uses: docker/setup-qemu-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ snapshot:
name_template: "{{ .Tag }}-next"

changelog:
use: github
use: github-native

archives:
- id: tdexd
Expand Down

0 comments on commit af5bfd1

Please sign in to comment.