Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/offline-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down