Skip to content

Commit 4041f39

Browse files
committed
gha release
1 parent 3eded35 commit 4041f39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env:
1818

1919
jobs:
2020
build-dotnet:
21-
needs: [update-packagejson]
2221
runs-on: ubuntu-latest
2322
timeout-minutes: 10
2423
env:
@@ -44,7 +43,7 @@ jobs:
4443

4544
create-release:
4645
if: github.event.inputs.dry_run == 'false'
47-
needs: [update-packagejson, build-dotnet, build-unity]
46+
needs: [build-dotnet]
4847
runs-on: ubuntu-latest
4948
env:
5049
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -69,7 +68,7 @@ jobs:
6968

7069
cleanup:
7170
if: github.event.inputs.dry_run == 'true'
72-
needs: [build-dotnet, build-unity]
71+
needs: [build-dotnet]
7372
runs-on: ubuntu-latest
7473
steps:
7574
- name: Delete branch

0 commit comments

Comments
 (0)