Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed Aug 23, 2019
1 parent ee31261 commit 6da09af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: windows-2016

steps:

- name: Skip NO CI
if: contains( github.event.head_commit.message, '***NO_CI***')
run: exit 123

- uses: actions/checkout@v1
with:
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
(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
shell: powershell

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

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

Expand Down

0 comments on commit 6da09af

Please sign in to comment.