Skip to content

Commit

Permalink
Remove dependencies in nuget-pack (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Oct 6, 2023
1 parent 2bab932 commit 2d12ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
nuget-pack:
runs-on: ubuntu-latest
if: ${{ !github.event.repository.fork && github.ref == 'refs/heads/main' }}
needs: [all-required-checks-complete]
environment: release
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d12ad6

Please sign in to comment.