Skip to content

Commit 4bdb566

Browse files
committed
ci: add missing publishConfig
1 parent 868f03c commit 4bdb566

File tree

3 files changed

+7
-57
lines changed

3 files changed

+7
-57
lines changed

.github/workflows/cli.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_script: yarn --frozen-lockfile
3333
release:
3434
image: node:lts-alpine
3535
only: main
36-
script: changesets-gitlab
36+
script: yarn changesets-gitlab
3737
```
3838
3939
#### With Publishing
@@ -49,7 +49,7 @@ before_script: yarn --frozen-lockfile
4949
release:
5050
image: node:lts-alpine
5151
only: main
52-
script: changesets-gitlab
52+
script: yarn changesets-gitlab
5353
variables:
5454
INPUT_PUBLISH: yarn release
5555
```
@@ -86,7 +86,7 @@ before_script: yarn --frozen-lockfile
8686
release:
8787
image: node:lts-alpine
8888
only: main
89-
script: changesets-gitlab
89+
script: yarn changesets-gitlab
9090
variables:
9191
INPUT_VERSION: yarn version
9292
```
@@ -104,7 +104,7 @@ before_script: yarn --frozen-lockfile
104104
release:
105105
image: node:lts-alpine
106106
only: main
107-
script: changesets-gitlab
107+
script: yarn changesets-gitlab
108108
variables:
109109
INPUT_VERSION: yarn changeset version
110110
```

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"resolutions": {
6060
"prettier": "^2.3.2"
6161
},
62+
"publishConfig": {
63+
"access": "public"
64+
},
6265
"typeCoverage": {
6366
"atLeast": 100,
6467
"cache": true,

0 commit comments

Comments
 (0)