Skip to content

Commit cc526ae

Browse files
committed
Update bump-up-version.yml
1 parent 9f29b88 commit cc526ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-up-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dotnet new tool-manifest
3333
dotnet tool install cake.tool --version 4.0.0
3434
dotnet tool install minver-cli --version 3.0.0
35-
dotnet cake --username="${{ github.actor }}" --email="[email protected]" --pre-release=${{ inputs.pre_release }}
35+
dotnet cake --target publish --username="${{ github.actor }}" --email="[email protected]" --pre-release=${{ inputs.pre_release }}
3636
3737
- name: Push git changes
3838
uses: ad-m/github-push-action@master
@@ -42,7 +42,7 @@ jobs:
4242
tags: true
4343

4444
- name: Push to nuget
45-
run: dotnet nuget push ./build/outputs/nuget/HandyControl.*nupkg -k ${{ secrets.NUGETTOKEN }}
45+
run: dotnet nuget push ./build/outputs/nuget/HandyControl.*nupkg -k ${{ secrets.NUGETTOKEN }} -s https://api.nuget.org/v3/index.json
4646

4747
- name: Create github release
4848
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)