diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cef8015..a5a081d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: needs: ["no-build-test"] if: ${{ startsWith(github.ref, 'refs/tags/v') && !startsWith(github.ref, 'refs/tags/vs2022-v') }} env: - VERSION: 0.5.0 + VERSION: 0.6.0 NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} steps: - uses: actions/checkout@v3