Skip to content

Commit

Permalink
Update publish-to-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynamix authored Aug 2, 2024
1 parent 1043ddd commit 84ed6e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
runs-on: windows-latest
needs: [ validate_nuget, run_test ]
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: Tynamix
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 84ed6e1

Please sign in to comment.