Skip to content

Commit

Permalink
Fix release 6 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkjenn authored Oct 11, 2024
1 parent e7b2562 commit 89cff5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
gh release upload ${{ env.RELEASE_TAG }} src/Vipps.net/Vipps.net.${{ env.RELEASE_VERSION }}.nupkg --clobber
# Publish Nuget package
- name: Publish Nuget package
run: dotnet nuget push out/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push src/Vipps.net/Vipps.net.${{ env.RELEASE_VERSION }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion src/Vipps.net/paket.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type project
id Vipps.net
version 1.0.3
version 1.0.4
authors "Vipps Mobilepay AS"
description "Vipps.net SDK"

Expand Down

0 comments on commit 89cff5b

Please sign in to comment.