Skip to content

Commit

Permalink
fix: version deployment action (#6)
Browse files Browse the repository at this point in the history
* fix: bump version

* fix: Add nprm related registry
  • Loading branch information
Xevi authored Nov 7, 2022
1 parent a9f0698 commit 66f91a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: npm run package
- name: Publish
if: ${{ github.ref == 'refs/heads/main' }}
run: cd ./build/package && npm publish --access restricted
run: npm publish --access restricted ./build/package
env:
NPM_TOKEN: ${{ secrets.TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@streamyard:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamyard/typeorm",
"private": true,
"version": "0.3.10.1",
"version": "0.3.10-1",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB, Spanner databases.",
"license": "MIT",
"readmeFilename": "README.md",
Expand Down

0 comments on commit 66f91a8

Please sign in to comment.