Skip to content

Commit 23bd3c5

Browse files
authored
Merge pull request #23 from Vadko/21.03-fetch-depth-checkout-release
fetch depth checkout release
2 parents ef253c0 + a086801 commit 23bd3c5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ on:
1111

1212
jobs:
1313
release:
14+
permissions:
15+
contents: write
1416
runs-on: ubuntu-latest
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
1822

1923
- name: Setup
2024
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-native-file-viewer-turbo",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Native file viewer for react-native - now with TurboModules support",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)