Skip to content

Commit

Permalink
Merge pull request #4 from KuraiAndras/develop
Browse files Browse the repository at this point in the history
NuGet job depends on openupm publish
  • Loading branch information
KuraiAndras authored Apr 7, 2021
2 parents caf4bdc + 7b1f1a8 commit 2fb7c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
package_root: "CsprojToAsmdef/Assets/CsprojToAsmdef"

publish-to-nuget:
needs: publish-to-openupm
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions CsprojToAsmdef/Assets/CsprojToAsmdef/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.3.3
- Run NuGet publish after OpenUPM publish
# 0.3.2
- Run NuGet publish as separate job on push to main

Expand Down
2 changes: 1 addition & 1 deletion CsprojToAsmdef/Assets/CsprojToAsmdef/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.kuraiandras.csprojtoasmdef",
"version": "0.3.2",
"version": "0.3.3",
"displayName": "Csproj To Asmdef",
"unity": "2019.2",
"author": {
Expand Down

0 comments on commit 2fb7c51

Please sign in to comment.