We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4271e2d commit 6a4eebeCopy full SHA for 6a4eebe
.github/workflows/release.yml
@@ -31,5 +31,5 @@ jobs:
31
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
32
yarn release-it --ci
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
35
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-navigation-native-modal",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"description": "React Navigation integration for React Native's Modal component",
5
"main": "lib/commonjs/index.js",
6
"module": "lib/module/index.js",
0 commit comments