Skip to content

Commit

Permalink
chore: publish as nuxi
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 25, 2023
1 parent 40d98cb commit d655b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
!contains(github.event.head_commit.message, 'docs')
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc &&
pnpm changelogen --canary --publish
pnpm changelogen --canary ng --publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nuxi-ng",
"name": "nuxi",
"version": "3.7.0",
"repository": "nuxt/cli",
"license": "MIT",
Expand Down Expand Up @@ -86,4 +86,4 @@
"engines": {
"node": "^14.18.0 || >=16.10.0"
}
}
}

0 comments on commit d655b4e

Please sign in to comment.