Skip to content

Commit bdb32b4

Browse files
bugfix: wrong needs name
1 parent bbb8902 commit bdb32b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run Project Tests
6262
run: dotnet test EntityDb.sln --no-restore -c Debug
6363
- name: Pack Projects into Nuget Packages
64-
run: dotnet pack EntityDb.sln --no-restore -c Release /p:Version=${{ needs.tags.outputs.version }}
64+
run: dotnet pack EntityDb.sln --no-restore -c Release /p:Version=${{ needs.tag.outputs.version }}
6565
- name: Publish to Stable
6666
run: dotnet nuget push ./**/*.nupkg -s ${{ secrets.NUGET_SOURCE }} -k ${{ secrets.NUGET_API_KEY }}
6767
- name: Packages & Symbols Artifact

0 commit comments

Comments
 (0)