Skip to content

Commit

Permalink
Fix android PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed Sep 20, 2019
1 parent 0975874 commit 8d24a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Change pom file to always use version 1000
run: |
(Get-Content android\com\facebook\react\react-native\0.59.0\react-native-0.59.0.pom).replace('<version>0.59.0</version>', '<version>1000.0.0-master</version>') | Set-Content android\com\facebook\react\react-native\0.59.0\react-native-0.59.0.pom
(Get-Content android\com\facebook\react\react-native\0.60.0\react-native-0.60.0.pom).replace('<version>0.60.0</version>', '<version>1000.0.0-master</version>') | Set-Content android\com\facebook\react\react-native\0.60.0\react-native-0.60.0.pom
shell: powershell

- run: nuget pack ReactAndroid/ReactAndroid.nuspec
Expand Down

0 comments on commit 8d24a2c

Please sign in to comment.