Skip to content

Commit

Permalink
package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik committed May 19, 2024
1 parent c28d065 commit 462f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 --version ${{ github.GITHUB_RUN_ID }}
run: dotnet pack MauiInsights/MauiInsights.csproj -p:PackageVersion=${{ github.GITHUB_RUN_ID }}

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

0 comments on commit 462f56c

Please sign in to comment.