Skip to content

Commit 6da09af

Browse files
committed
update publish
1 parent ee31261 commit 6da09af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
runs-on: windows-2016
1111

1212
steps:
13+
14+
- name: Skip NO CI
15+
if: contains( github.event.head_commit.message, '***NO_CI***')
16+
run: exit 123
17+
1318
- uses: actions/checkout@v1
1419
with:
1520
submodules: true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
(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
4949
shell: powershell
5050

51-
- run: nuget pack ReactAndroid/ReactAndroid.nuspec
51+
- run: nuget pack ReactAndroid/ReactAndroid.nuspec -OutputDirectory ${{ runner.temp }}\final
5252

5353
- run: mkdir ${{ runner.temp }}\final
5454

0 commit comments

Comments
 (0)