Skip to content

Commit eba5e0e

Browse files
committed
chore: fix using personal token
1 parent 6a4eebe commit eba5e0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2021

2122
- name: Setup
2223
uses: ./.github/actions/setup

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation-native-modal",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "React Navigation integration for React Native's Modal component",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)