Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 committed Sep 6, 2024
1 parent 6f9ddca commit fcdf421
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
createGithubReleases: ${{ github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish prerelease
if: steps.changesets.outputs.published != 'true'
Expand Down
3 changes: 1 addition & 2 deletions packages/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
"access": "public"
}
}

0 comments on commit fcdf421

Please sign in to comment.