Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <[email protected]>
  • Loading branch information
AlexsJones committed Feb 13, 2023
1 parent 93cbf97 commit b193d0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,10 @@ jobs:
with:
go-version: ${{ env.DEFAULT_GO_VERSION }}
- run: |
make release-manifests
make release-manifests
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: latest
files: |
config/rendered/release.yaml

0 comments on commit b193d0d

Please sign in to comment.