diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65a0876f..24bdee05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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