Skip to content

Commit

Permalink
Update main_cd.yml (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakyAli authored Oct 5, 2024
1 parent 980325c commit 1cccb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
$version="${{github.ref_name}}".TrimStart("v")
"version-without-v=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- name: Pack
run: dotnet pack Maui.FreakyControls\Maui.FreakyControls.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
run: dotnet pack MAUI.FreakyControls/MAUI.FreakyControls/Maui.FreakyControls.csproj -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
- name: Push
run: dotnet nuget push Maui.FreakyControls\Maui.FreakyControls\bin\Release\Maui.FreakyControls.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
env:
Expand Down

0 comments on commit 1cccb42

Please sign in to comment.