Fix broken release notes

This commit is contained in:
Yann Hamon 2021-09-27 01:15:38 +02:00
parent ea3c592d63
commit d536a659bd

View file

@ -35,6 +35,8 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
- name: goreleaser - name: goreleaser
run: | run: |