Skip to content

Commit 3170ba6

Browse files
try to fix release failure (#127)
Co-authored-by: Jerry Jackson <[email protected]>
1 parent 1e93936 commit 3170ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate release notes
3434
run: |
3535
echo 'CHANGELOG' > /tmp/release.txt
36-
github-release-notes -org weaveworks -repo weave-gitops -since-latest-release -include-author >> /tmp/release.txt
36+
github-release-notes -org weaveworks -repo weave-gitops -include-author >> /tmp/release.txt
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Run GoReleaser
@@ -42,4 +42,4 @@ jobs:
4242
version: latest
4343
args: release --release-notes=/tmp/release.txt --skip-validate
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)