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 4cfb257 commit 470d22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- run: npm --no-git-tag-version version $TAG
env:
TAG: ${{ github.event.release.tag_name }}
- run: npm ci
- run: echo "@casamagalhaes:registry = https://npm.pkg.github.com/" > .npmrc
- run: npm publish
- run: npm ci && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@casamagalhaes:registry = https://npm.pkg.github.com/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "caxa",
"name": "@casamagalhaes/caxa",
"version": "2.1.0",
"description": "Package Node.js applications into executable binaries",
"main": "distribution/index.js",
Expand Down

0 comments on commit 470d22d

Please sign in to comment.