Skip to content

Commit

Permalink
chore(ci): write just before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Dec 20, 2020
1 parent 481260d commit a69cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
- verify-android
- verify-web
steps:
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
- uses: actions/setup-node@v1
with:
node-version: 14.x
Expand All @@ -154,4 +153,5 @@ jobs:
*/node_modules
key: dependency-cache-${{ hashFiles('package.json', '*/package.json') }}
- run: npm install
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
- run: npx lerna publish from-git --yes

0 comments on commit a69cfe7

Please sign in to comment.