Skip to content

Commit

Permalink
CI: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Jul 11, 2024
1 parent 3d1118a commit 40cc066
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: git fetch --unshallow --tags
- name: Create release
run: |
yarn auto shipit -vv
yarn auto shipit -v
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions packages/auto-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"files": [],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/badger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/guess-url-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/small/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/smaz-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/smaz-decompress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/smaz-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/smaz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/thunderbird-msg-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"bin": "bin/cli.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/url-match-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
Expand Down

0 comments on commit 40cc066

Please sign in to comment.