Skip to content

Commit

Permalink
fix npm pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor-Ultra committed Jun 14, 2023
1 parent 1e6f51d commit 85044f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- run: npm i
- run: node ./scripts/renamePackage.js
- run: npm run build
- run: npm publish --scope=@ultraos
- run: npm publish --scope=@ultraos --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraio/contract-builder",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"bin": {
"contract-builder": "./bin/cli.js"
Expand Down

0 comments on commit 85044f7

Please sign in to comment.