diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6177815..4b7a0cc 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') env: - VERSION: 0.1.0 + VERSION: 0.2.0 NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} steps: - uses: actions/checkout@v3