Skip to content

Commit

Permalink
Fix version (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqrzd authored Mar 12, 2022
1 parent a4b1093 commit 0d62639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Publish on version change
uses: alirezanet/publish-nuget@v3
uses: alirezanet/publish-nuget@v3.0.1
with:
PROJECT_FILE_PATH: src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
NUGET_KEY: ${{secrets.KUDU_NUGET_API_KEY}}

0 comments on commit 0d62639

Please sign in to comment.