File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : windows-2016
11
11
12
12
steps :
13
+
14
+ - name : Skip NO CI
15
+ if : contains( github.event.head_commit.message, '***NO_CI***')
16
+ run : exit 123
17
+
13
18
- uses : actions/checkout@v1
14
19
with :
15
20
submodules : true
Original file line number Diff line number Diff line change 48
48
(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
49
49
shell : powershell
50
50
51
- - run : nuget pack ReactAndroid/ReactAndroid.nuspec
51
+ - run : nuget pack ReactAndroid/ReactAndroid.nuspec -OutputDirectory ${{ runner.temp }}\final
52
52
53
53
- run : mkdir ${{ runner.temp }}\final
54
54
You can’t perform that action at this time.
0 commit comments