We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4679549 commit 0bc4d75Copy full SHA for 0bc4d75
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write # OpenID Connect token needed for provenance
14
pull-requests: write # to create pull request (changesets/action)
15
# prevents this action from running on forks
16
- if: github.repository == 'sveltejs/vite-plugin-svelte'
+ if: github.repository == 'sveltejs/mcp'
17
name: Release
18
runs-on: ${{ matrix.os }}
19
strategy:
0 commit comments