Skip to content

Commit

Permalink
ci: add missing publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 12, 2021
1 parent 868f03c commit 4bdb566
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 57 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/cli.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_script: yarn --frozen-lockfile
release:
image: node:lts-alpine
only: main
script: changesets-gitlab
script: yarn changesets-gitlab
```

#### With Publishing
Expand All @@ -49,7 +49,7 @@ before_script: yarn --frozen-lockfile
release:
image: node:lts-alpine
only: main
script: changesets-gitlab
script: yarn changesets-gitlab
variables:
INPUT_PUBLISH: yarn release
```
Expand Down Expand Up @@ -86,7 +86,7 @@ before_script: yarn --frozen-lockfile
release:
image: node:lts-alpine
only: main
script: changesets-gitlab
script: yarn changesets-gitlab
variables:
INPUT_VERSION: yarn version
```
Expand All @@ -104,7 +104,7 @@ before_script: yarn --frozen-lockfile
release:
image: node:lts-alpine
only: main
script: changesets-gitlab
script: yarn changesets-gitlab
variables:
INPUT_VERSION: yarn changeset version
```
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"resolutions": {
"prettier": "^2.3.2"
},
"publishConfig": {
"access": "public"
},
"typeCoverage": {
"atLeast": 100,
"cache": true,
Expand Down

0 comments on commit 4bdb566

Please sign in to comment.