diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6821e405..27df5d13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -174,7 +174,7 @@ jobs: with: subject-path: "dist/**/*" - name: Publish the release with SBOM attached - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/**/* generate_release_notes: true