Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Mar 1, 2024
1 parent b5a4f58 commit 16b61f9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,19 @@ jobs:
# output-file: "${{ steps.build-release.outputs.SBOM_OUTPUT_FILENAME }}"
# artifact-name: "sbom.spdx"

# - name: Create release 🎁
# uses: softprops/action-gh-release@v1
# with:
# body_path: RELEASE_BODY.txt
# token: ${{ secrets.GITHUB_TOKEN }}
# generate_release_notes: no
# tag_name: ${{ needs.build_publish.outputs.tag }}
- name: Create release 🎁
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: no
tag_name: ${{ needs.build_publish.outputs.TAG }}

- name: Upload artifact to release 🔼
- name: Upload artifact to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "package_list.csv"
asset_name: "package.list.${{ needs.build_publish.outputs.IMAGE }}.csv"
tag: "${{ needs.build_publish.outputs.TAG }}"
overwrite: true
body: "${{ steps.build-release.outputs.SBOM_OUTPUT_FILENAME }}"
body: "${{ steps.build-release.outputs.RELEASE_BODY }}"

0 comments on commit 16b61f9

Please sign in to comment.