Skip to content

Commit

Permalink
build: Add metadata.yaml to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Jun 5, 2023
1 parent 964da31 commit 8ead4c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Upload GitHub release artifacts
run: |
gh release upload ${{ env.version }} \
metadata.yaml \
templates/infrastructure-components.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ead4c9

Please sign in to comment.