Browse Source

ci: update release ci.

pull/1047/head
AsakusaRinne 2 years ago
parent
commit
ed04b056c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -5,7 +5,6 @@ on:
workflows: ["build_and_test"] workflows: ["build_and_test"]
types: types:
- completed - completed
- required


env: env:
MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }} MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }}
@@ -31,6 +30,7 @@ jobs:
- name: Build solution - name: Build solution
run: dotnet build -c Release --no-restore run: dotnet build -c Release --no-restore



# run-semantic-release: # run-semantic-release:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# needs: build # needs: build


Loading…
Cancel
Save