Skip to content

Commit d536a65

Browse files
committedSep 26, 2021
Fix broken release notes
1 parent ea3c592 commit d536a65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ jobs:
3535
steps:
3636
- name: checkout
3737
uses: actions/checkout@v2
38+
with:
39+
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
3840

3941
- name: goreleaser
4042
run: |
4143
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
4244
make release
4345
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.