diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3806d7d..9933f04 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -25,4 +25,4 @@ jobs: registry-url: "https://registry.npmjs.org" - run: npm publish env: - NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 9cf2811..9b30bf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-widget-extension", - "version": "0.0.4", + "version": "0.0.5", "description": "Expo config plugin to add widgets and live activities to a React Native app", "main": "build/index.js", "types": "build/index.d.ts",