Skip to content

Commit

Permalink
chore(ci): change meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 21, 2023
1 parent ad527bd commit 867e1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
npm_config_registry: https://registry.npmjs.org

- uses: codecov/codecov-action@v3
3 changes: 2 additions & 1 deletion apps/astro-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "astro-app",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -15,4 +16,4 @@
"dependencies": {
"astro": "^2.10.12"
}
}
}

0 comments on commit 867e1dd

Please sign in to comment.