We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b2e1c commit 54b96c4Copy full SHA for 54b96c4
2 files changed
.github/workflows/release.yaml
@@ -3,7 +3,7 @@ on:
3
release:
4
types: [published]
5
jobs:
6
- build:
+ publish:
7
runs-on: ubuntu-latest
8
permissions:
9
contents: read
package.json
@@ -5,6 +5,10 @@
"private": false,
"license": "MIT",
"type": "module",
+ "repository": {
+ "type": "git",
10
+ "url": "git+https://github.com/crunchloop/mcp-devcontainers.git"
11
+ },
12
"publishConfig": {
13
"access": "public",
14
"registry": "https://registry.npmjs.org/"
0 commit comments