Skip to content

Commit

Permalink
job name
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik committed May 19, 2024
1 parent bea7914 commit f074533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build MauiInsights/MauiInsights.csproj --no-restore

- name: Pack
run: dotnet pack MauiInsights/MauiInsights.csproj -p:PackageVersion=$GITHUB_JOB
run: dotnet pack MauiInsights/MauiInsights.csproj -p:PackageVersion='${{ github.job }}''

- name: Push
run: dotnet nuget push MauiInsights/MauiInsights/bin/Release/MauiInsights.$GITHUB_JOB.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push MauiInsights/MauiInsights/bin/Release/MauiInsights.${{ github.job }}.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit f074533

Please sign in to comment.