Skip to content

Commit

Permalink
Updated working directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Jan 16, 2024
1 parent d88bf44 commit 7b60461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-rn-siwn-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: Install Dependencies
run: npm install
working-directory: ./react-native-sign-in-with-npm
working-directory: ./react-native-sign-in-with-neynar

- name: Build Package
run: npm run build
working-directory: ./react-native-sign-in-with-npm
working-directory: ./react-native-sign-in-with-neynar

- name: Set npm Config
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}

- name: Publish to npm
run: npm publish --access public
working-directory: ./react-native-sign-in-with-npm
working-directory: ./react-native-sign-in-with-neynar

0 comments on commit 7b60461

Please sign in to comment.