Skip to content

Commit

Permalink
Fix: Release CI Workflow Nuget Push
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoffer committed Feb 23, 2023
1 parent 9fe411c commit e4897c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
run: |
$version=${{ steps.tag.outputs.result }}
$version=$version.replace("refs/tags/v", "")
$package="package/Xamarin.Forms.Extensions.Svg." + $version + ".nupkg"
$package="package/Matomo.Xamarin.Forms." + $version + ".nupkg"
nuget push $package -Source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
run: |
$version=${{ steps.tag.outputs.result }}
$version=$version.replace("refs/tags/v", "")
$package="package/Xamarin.Forms.Extensions.Svg." + $version + ".nupkg"
$package="package/Matomo.Xamarin.Forms." + $version + ".nupkg"
nuget push $package -Source https://api.nuget.org/v3/index.json

0 comments on commit e4897c1

Please sign in to comment.