diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d9cc81..eacbaf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,14 +82,15 @@ jobs: release: name: Create GitHub Release runs-on: ubuntu-latest + needs: [sanity, integration] steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' - name: Install PyYaml run: pip install pyyaml @@ -100,4 +101,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - tag_name: ${{ github.event.inputs.version }} \ No newline at end of file + tag_name: ${{ github.event.inputs.version }}