Skip to content

Commit

Permalink
ci: add release artifacts to create-tag gh action (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase authored Aug 31, 2021
1 parent cde4de7 commit 72e836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
tag: ${{ steps.get-tag.outputs.tag }}
bodyFile: CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "deploy/*.yaml"

0 comments on commit 72e836f

Please sign in to comment.