Update release.yml

This commit is contained in:
Ishan Jain 2023-02-08 15:21:35 +05:30 committed by GitHub
parent d42798c78b
commit c79af3ac6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-latest
needs: [sanity]
needs: [sanity, integration]
steps:
- name: Checkout
uses: actions/checkout@v3