diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 897ffad49..70d90f79d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: build-msvc: runs-on: windows-latest + if: ${{ false }} strategy: # Don't abort runners if a single one fails fail-fast: false @@ -746,7 +747,7 @@ jobs: release: runs-on: ubuntu-22.04 - needs: [build-msvc, build-linux, build-mac, build-linux-ubuntu20] + needs: [build-linux, build-mac, build-linux-ubuntu20] if: github.ref == 'refs/heads/master' steps: @@ -766,15 +767,15 @@ jobs: - run: mv c3-ubuntu-20-Debug/c3-ubuntu-20-Debug.tar.gz c3-ubuntu-20-Debug/c3-ubuntu-20-debug.tar.gz - run: mv c3-macos-Release/c3-macos-Release.zip c3-macos-Release/c3-macos.zip - run: mv c3-macos-Debug/c3-macos-Debug.zip c3-macos-Debug/c3-macos-debug.zip - - run: echo "TAG_NAME=latest-0.7.0-prerelease-$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV + - run: gh release delete latest-master --cleanup-tag -y - id: create_release uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ env.TAG_NAME }} - name: ${{ env.TAG_NAME }} + tag_name: latest-0.7.0-prerelease + name: latest-0.7.0-prerelease draft: false prerelease: true files: |