Skip to content

Commit 17cbdf7

Browse files
committed
Disable GitHub release and npm publish
Set github.release and npm.publish to false in package.json to disable automated GitHub releases and npm publishing. This prevents CI from creating releases or publishing packages until these flags are re-enabled.
1 parent 87eb185 commit 17cbdf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"push": true
6363
},
6464
"github": {
65-
"release": true
65+
"release": false
6666
},
6767
"npm": {
68-
"publish": true
68+
"publish": false
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)