Skip to content

Commit

Permalink
fix repo name (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin thompson <[email protected]>
  • Loading branch information
J-Thompson12 and Justin thompson committed May 6, 2021
1 parent 4b8e88f commit a959152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate release notes
run: |
echo 'CHANGELOG' > /tmp/release.txt
github-release-notes -org weaveworks -repo toolkit -since-latest-release -include-author >> /tmp/release.txt
github-release-notes -org weaveworks -repo weave-gitops -since-latest-release -include-author >> /tmp/release.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
Expand Down

0 comments on commit a959152

Please sign in to comment.