Skip to content

Commit

Permalink
GA: Don't publish release until nuget builds
Browse files Browse the repository at this point in the history
Make sure we can build nuget packages before publishing a release.
  • Loading branch information
vslavik committed Aug 31, 2023
1 parent 7b3d5f5 commit 77845ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
name: Publish release
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: build
needs: build-nuget
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 77845ca

Please sign in to comment.