Skip to content

Commit

Permalink
Activate publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Aug 9, 2023
1 parent 75b1e84 commit d2b2cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_AUTH_TOKEN}"
env:
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm publish --no-git-checks --dry-run
- run: npm publish --no-git-checks
working-directory: packages/react-native-app-clip

0 comments on commit d2b2cdd

Please sign in to comment.