Skip to content

Commit 4135a4e

Browse files
Fix package version update script again (#675)
* Revert to use checkout * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76ff9cd commit 4135a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jsBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Get Latest package.json
6868
run: |
6969
git pull origin ${{ github.head_ref }}
70-
git merge origin/master
70+
git checkout origin/master package.json
7171
7272
- name: Update package.json
7373
run: node scripts/update_version.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.3-31",
4+
"version": "3.0.3-32",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)