We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306784b commit a5fae69Copy full SHA for a5fae69
.github/workflows/nuget_push.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build and Publish
21
run: |
22
cd ./src/RedisRateLimiting/
23
- dotnet pack -c Release -o artifacts -p:PackageVersion=1.1.0
+ dotnet pack -c Release -o artifacts -p:PackageVersion=1.2.0
24
25
- name: Push
26
- 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 commit comments