Fix workflow: upload metadata bundle for real (#2676)

This commit is contained in:
Alessandro (Ale) Segala 2023-03-15 13:02:13 -07:00 committed by GitHub
commit b79a8f01df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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