From e72b6237962eecb8d1371bc20308488d345dc2e0 Mon Sep 17 00:00:00 2001 From: Dieter Vyncke Date: Wed, 13 Dec 2023 12:57:29 +0100 Subject: [PATCH] Test: publish config update --- .github/workflows/npm-publish.yml | 2 +- .npmrc | 2 +- package.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 25d8669..1927dec 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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}} diff --git a/.npmrc b/.npmrc index 96bc2e1..fcc80c3 100644 --- a/.npmrc +++ b/.npmrc @@ -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 diff --git a/package.json b/package.json index 68eb29b..31d36be 100644 --- a/package.json +++ b/package.json @@ -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 ", "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",