Skip to content

Commit

Permalink
Fix workflow, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Sep 14, 2023
1 parent 7ac3dd6 commit 1d9e386
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1d9e386

Please sign in to comment.