diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ac98f1..9c19329 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ on: release: types: [published] jobs: - build: + publish: runs-on: ubuntu-latest permissions: contents: read diff --git a/package.json b/package.json index f4c1682..5d6d90b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "private": false, "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/crunchloop/mcp-devcontainers.git" + }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/"