Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Aug 5, 2022
1 parent c0cd1ce commit a1a47c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.CJ_NPM_PUBLISH_TOKEN }}
run: yarn release

Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@brown-ccv:registry=https://npm.pkg.github.com
@brown-ccv:registry=https://registry.npmjs.org/

0 comments on commit a1a47c4

Please sign in to comment.