Skip to content

Commit c27f80a

Browse files
committed
ci: fix workflow
1 parent b22481e commit c27f80a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/canary-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,12 @@ jobs:
2929
git config --global user.email "129742071+noneflow[bot]@users.noreply.github.com"
3030
git fetch
3131
git checkout master
32-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
33-
cat .npmrc
3432
echo "npm whoami"
3533
npm whoami
36-
env:
37-
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3834
3935
- name: Installation
4036
run: yarn
4137

4238
- name: Publish Canary release
4339
run: |
4440
yarn canary
45-
env:
46-
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)