Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed May 7, 2021
1 parent 3f8f89b commit 3f72ff8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
GIT_TAG: ${{ github.event.inputs.tag }}
DRY_RUN: ${{ github.event.inputs.dry_run }}
DRY_RUN_BRANCH_PREFIX: "test_release"
DOTNET_SDK_VERISON_3: 3.1.x

jobs:
update-packagejson:
Expand Down Expand Up @@ -121,15 +120,7 @@ jobs:
if: github.event.inputs.dry_run == 'false'
needs: [update-packagejson, build-unity]
runs-on: ubuntu-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
NUGET_XMLDOC_MODE: skip
steps:
# setup dotnet for nuget push
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_SDK_VERISON_3 }}
# Create Release
- uses: actions/create-release@v1
id: create_release
Expand Down Expand Up @@ -157,7 +148,7 @@ jobs:

cleanup:
if: github.event.inputs.dry_run == 'true'
needs: [build-dotnet]
needs: [build-unity]
runs-on: ubuntu-latest
steps:
- name: Delete branch
Expand Down

0 comments on commit 3f72ff8

Please sign in to comment.