upload metadata bundle for real

Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Bernd Verst 2023-03-15 12:58:35 -07:00
parent 1edb32be65
commit b35ae8232a
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build bundle.json
- name: Build component-metadata-bundle.json
run: make bundle-component-metadata
- name: Upload component-metadata-bundle.json
uses: actions/upload-artifact@v3
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: component-metadata-bundle.json
path: ./component-metadata-bundle.json
files: component-metadata-bundle.json