Skip to content

Commit

Permalink
chore: 🤖 fix release (#7)
Browse files Browse the repository at this point in the history
* chore: 🤖 fix release
  • Loading branch information
theashraf authored Oct 8, 2024
1 parent 5eb6291 commit a6bd923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build package
run: yarn prepare

- name: Setup .npmrc (NPM)
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_TOKEN }}" >> ~/.npmrc

- name: Release
run: yarn release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"homepage": "https://github.com/LottieFiles/dotlottie-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"access": "public"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand Down

0 comments on commit a6bd923

Please sign in to comment.