Skip to content

Commit 80a437a

Browse files
committed
fix: publish configuration and skip actions on release commit
1 parent 359c63a commit 80a437a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Connect to a Liquid Auth service",
55
"main": "./lib/index.js",
66
"type": "module",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": {
912
"types": "./lib/index.d.ts",
@@ -116,7 +119,7 @@
116119
"CHANGELOG.md",
117120
"package.json"
118121
],
119-
"message": "chore(release): Liquid Client \n\n${nextRelease.notes}"
122+
"message": "chore(release): [skip ci] Liquid Client \n\n${nextRelease.notes}"
120123
}
121124
],
122125
[

0 commit comments

Comments
 (0)