diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37699d191..e2b6a46ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: run: | declare -i REVISION REVISION=5000+$GITHUB_RUN_NUMBER - bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github" + bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,release>github" - name: Upload test results uses: actions/upload-artifact@v2