We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e255d commit 7517e68Copy full SHA for 7517e68
1 file changed
.github/workflows/dotnetcore.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Build with dotnet
31
run: dotnet build --configuration Release src/RabbitMQ.EventBus.AspNetCore
32
- name: Pack
33
- run: dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -p:PackageVersion=5.0.$GITHUB_RUN_NUMBER -o artifacts/
+ run: dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -p:PackageVersion=${{steps.tag.outputs.tag}} -o artifacts/
34
- name: Publish Symbols to NuGet
35
run: dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments