Skip to content

Commit

Permalink
ci-cd: Bump preview version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 11, 2024
1 parent 7b8746f commit 1658b50
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') && !startsWith(github.ref, 'refs/tags/vs2022-v') }}
env:
VERSION: 0.3.0
VERSION: 0.4.0
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1658b50

Please sign in to comment.