diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 9f34194..cac17e6 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -39,22 +39,8 @@ jobs: with: version: v1 args: mod -licenses -json -output sbom.json - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false - - name: upload SBOM - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ github.token }} + - name: Release SBOM + uses: softprops/action-gh-release@v2 with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./sbom.json - asset_name: sbom.json - asset_content_type: application/json \ No newline at end of file + files: | + sbom.json \ No newline at end of file diff --git a/core/version b/core/version index d156ab4..f8112eb 100644 --- a/core/version +++ b/core/version @@ -1 +1 @@ -0.2.10 \ No newline at end of file +0.2.11 \ No newline at end of file