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"]
types:
- completed
- required

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


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


Loading…
Cancel
Save