Skip to content

Commit 84ed6e1

Browse files
authored
Update publish-to-nuget.yml
1 parent 1043ddd commit 84ed6e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
runs-on: windows-latest
7676
needs: [ validate_nuget, run_test ]
7777
steps:
78+
- uses: trstringer/manual-approval@v1
79+
with:
80+
secret: ${{ github.TOKEN }}
81+
approvers: Tynamix
7882
# Download the NuGet package created in the previous job
7983
- uses: actions/download-artifact@v3
8084
with:

0 commit comments

Comments
 (0)