diff --git a/.github/workflows/offline-bundle.yaml b/.github/workflows/offline-bundle.yaml index 9f56944..10aeb08 100644 --- a/.github/workflows/offline-bundle.yaml +++ b/.github/workflows/offline-bundle.yaml @@ -110,7 +110,7 @@ jobs: if-no-files-found: error - name: Attach offline bundle to release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: # Match release.yaml: add the asset to the same draft release for the # tag without flipping its draft state. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4820297..e334a83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -204,7 +204,7 @@ jobs: rm -rf gen0sec-mcp-server-bake-meta - name: Release - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: draft: true discussion_category_name: Releases