mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-07 13:21:20 +08:00
Compare commits
1 Commits
@sveltejs/
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e6d0907eb |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
outputs:
|
outputs:
|
||||||
published: ${{ steps.changesets.outputs.published }}
|
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# pseudo-matrix for convenience, NEVER use more than a single combination
|
# pseudo-matrix for convenience, NEVER use more than a single combination
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
publish-mcp:
|
publish-mcp:
|
||||||
needs: release
|
needs: release
|
||||||
if: needs.release.outputs.published == 'true'
|
if: contains(needs.release.outputs.publishedPackages, '"@sveltejs/mcp"')
|
||||||
uses: ./.github/workflows/publish-mcp.yml
|
uses: ./.github/workflows/publish-mcp.yml
|
||||||
secrets:
|
secrets:
|
||||||
MCP_KEY: ${{ secrets.MCP_KEY }}
|
MCP_KEY: ${{ secrets.MCP_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user