We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22481e commit c27f80aCopy full SHA for c27f80a
.github/workflows/canary-release.yml
@@ -29,18 +29,12 @@ jobs:
29
git config --global user.email "129742071+noneflow[bot]@users.noreply.github.com"
30
git fetch
31
git checkout master
32
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
33
- cat .npmrc
34
echo "npm whoami"
35
npm whoami
36
- env:
37
- NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
38
39
- name: Installation
40
run: yarn
41
42
- name: Publish Canary release
43
run: |
44
yarn canary
45
46
0 commit comments