Skip to content

Commit

Permalink
ci-cd: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 4, 2024
1 parent 1fbca24 commit 2e11d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e11d23

Please sign in to comment.