Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolavor committed Mar 21, 2022
1 parent 47b2e45 commit 4cfb257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- run: npm --no-git-tag-version version $TAG
env:
TAG: ${{ github.event.release.tag_name }}
- run: npm ci && npm publish
- run: npm ci
- run: echo "@casamagalhaes:registry = https://npm.pkg.github.com/" > .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit 4cfb257

Please sign in to comment.