Skip to content

Commit 74e07bc

Browse files
authored
Merge pull request #27 from JairajJangle/develop
chore: updated gh action to have write permission to contents to allow tag writing
2 parents 420de8f + 36b0766 commit 74e07bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
needs: [lint, test, build-library, build-android, build-ios]
167167
runs-on: ubuntu-latest
168168
permissions:
169-
contents: read
169+
contents: write
170170
id-token: write
171171
if: github.ref == 'refs/heads/main'
172172
steps:
@@ -203,7 +203,7 @@ jobs:
203203
npm publish --non-interactive --provenance
204204
env:
205205
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
206-
206+
207207
- name: Use existing version, create tag
208208
id: versioning
209209
run: |
@@ -227,4 +227,4 @@ jobs:
227227
prerelease: false
228228
env:
229229
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
230-
230+

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-tree-multi-select",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Super-fast Tree view with multi-selection capabilities, using checkboxes and search filtering.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)