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 6a4eebe commit eba5e0eCopy full SHA for eba5e0e
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
21
22
- name: Setup
23
uses: ./.github/actions/setup
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-navigation-native-modal",
3
- "version": "0.1.7",
+ "version": "0.1.8",
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