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 bbb8902 commit bdb32b4Copy full SHA for bdb32b4
.github/workflows/publish-stable.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Run Project Tests
62
run: dotnet test EntityDb.sln --no-restore -c Debug
63
- name: Pack Projects into Nuget Packages
64
- run: dotnet pack EntityDb.sln --no-restore -c Release /p:Version=${{ needs.tags.outputs.version }}
+ run: dotnet pack EntityDb.sln --no-restore -c Release /p:Version=${{ needs.tag.outputs.version }}
65
- name: Publish to Stable
66
run: dotnet nuget push ./**/*.nupkg -s ${{ secrets.NUGET_SOURCE }} -k ${{ secrets.NUGET_API_KEY }}
67
- name: Packages & Symbols Artifact
0 commit comments