Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Dec 15, 2021
1 parent 69fc364 commit 3a07679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
path-to-lcov: ./packages/variable/coverage/lcov.info
parallel: true
flag-name: coverall-variable
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
- run: git stash
if: ${{ startsWith(github.ref, 'refs/tags/') }}
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > ~/.npmrc
if: ${{ startsWith(github.ref, 'refs/tags/') }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run publish
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: npx lerna publish from-git


run: cd packages/api-explorer && npm publish
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ example/reference-bundle.*

packages/**/dist
.vscode
.npmrc

0 comments on commit 3a07679

Please sign in to comment.