Skip to content

Commit 5beac9f

Browse files
fix: push requirement
1 parent 3f1ee30 commit 5beac9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
needs: [ version ]
4141
steps:
4242
- name: Pack & Publish to NuGet
43-
if: ${{ steps.release.outputs.new_release_version }}
4443
run: |
4544
dotnet clean
4645
dotnet pack src/${{ matrix.project-name }}/${{ matrix.project-path }}.csproj --configuration Release --include-symbols --output ${{ github.workspace }}/output/${{ matrix.project-name }}

0 commit comments

Comments
 (0)