Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/sxzz/stackblitz-mcp. MCP server for reading files from StackBlitz projects stackblitz-mcp.sxzz.dev
Something went wrong. Try again.
237 B · 16 lines
YAML
1234567891011121314151617name: Release
on: push: tags: - "v*"
jobs: release: uses: sxzz/workflows/.github/workflows/release.yml@main with: publish: true stage: true permissions: contents: write id-token: write