Skip to content

Commit 2643a40

Browse files
authored
Merge pull request #9 from traversable/public-config
changes package publish visibility
2 parents a234c35 + 485aa5c commit 2643a40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
33
"changelog": ["@changesets/changelog-github", { "repo": "traversable/schema" }],
4+
"access": "public",
45
"snapshot": {},
56
"commit": false,
67
"fixed": [],
78
"linked": [],
8-
"access": "restricted",
99
"baseBranch": "main",
1010
"updateInternalDependencies": "patch",
1111
"ignore": ["@traversable/bin"]

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ jobs:
7171
title: 'chore: publish package(s)'
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)