Skip to content

Commit

Permalink
Test: publish config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Vyncke authored and Dieter Vyncke committed Dec 13, 2023
1 parent fb79065 commit e72b623
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: yarn build
- run: npm publish --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@esign:registry=https://npm.pkg.github.com/
@esign:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=GITHUB_TOKEN

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esign/expo-sqlite-orm",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@esign"
},
"version": "2.1.0",
"description": "Simple orm for expo",
"main": "lib/index.js",
"author": "Daniel Fernando Lourusso <dflourusso@gmail.com>",
"license": "MIT",
"repository": "https://github.com/esign/expo-sqlite-orm.git",
"repository": {
"type": "git",
"url": "https://github.com/esign/expo-sqlite-orm.git"
},
"keywords": [
"expo",
"sqlite",
Expand Down

0 comments on commit e72b623

Please sign in to comment.