We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef253c0 + a086801 commit 23bd3c5Copy full SHA for 23bd3c5
2 files changed
.github/workflows/release.yml
@@ -11,10 +11,14 @@ on:
11
12
jobs:
13
release:
14
+ permissions:
15
+ contents: write
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
23
- name: Setup
24
uses: ./.github/actions/setup
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-file-viewer-turbo",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Native file viewer for react-native - now with TurboModules support",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
0 commit comments