Skip to content

Commit 867e1dd

Browse files
committed
chore(ci): change meta data
1 parent ad527bd commit 867e1dd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"commit": false,
1010
"fixed": [],
1111
"linked": [],
12-
"access": "restricted",
12+
"access": "public",
1313
"baseBranch": "main",
1414
"updateInternalDependencies": "patch",
1515
"ignore": []

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
npm_config_registry: https://registry.npmjs.org
4950

5051
- uses: codecov/codecov-action@v3

apps/astro-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "astro-app",
3+
"private": true,
34
"version": "1.0.0",
45
"description": "",
56
"main": "index.js",
@@ -15,4 +16,4 @@
1516
"dependencies": {
1617
"astro": "^2.10.12"
1718
}
18-
}
19+
}

0 commit comments

Comments
 (0)