Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Jun 14, 2024
1 parent 306784b commit a5fae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and Publish
run: |
cd ./src/RedisRateLimiting/
dotnet pack -c Release -o artifacts -p:PackageVersion=1.1.0
dotnet pack -c Release -o artifacts -p:PackageVersion=1.2.0
- name: Push
run: dotnet nuget push ./src/RedisRateLimiting/artifacts/RedisRateLimiting.1.1.0.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ./src/RedisRateLimiting/artifacts/RedisRateLimiting.1.2.0.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit a5fae69

Please sign in to comment.