From fc23081cb4002e609396312cb6f527496d97c1c8 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 26 Nov 2023 20:04:03 +0000 Subject: [PATCH] release wip --- .github/workflows/release.yml | 41 ----------------------------------- 1 file changed, 41 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4443d66e778..46dba95e908 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,16 +21,6 @@ jobs: uses: ./.github/workflows/release-source.yml secrets: inherit - docs: - name: Docs - needs: source - - uses: ./.github/workflows/release-docs.yml - secrets: inherit - - with: - version: ${{ needs.source.outputs.version }} - linux: name: Linux (Generic) needs: source @@ -40,34 +30,3 @@ jobs: with: survey_key: ${{ needs.source.outputs.survey_key }} - - linux_distros: - name: Linux (Distros) - needs: source - - uses: ./.github/workflows/release-linux-distros.yml - secrets: inherit - - with: - survey_key: ${{ needs.source.outputs.survey_key }} - - macos: - name: MacOS - needs: source - - uses: ./.github/workflows/release-macos.yml - secrets: inherit - - with: - survey_key: ${{ needs.source.outputs.survey_key }} - - windows: - name: Windows - needs: source - - uses: ./.github/workflows/release-windows.yml - secrets: inherit - - with: - is_tag: ${{ needs.source.outputs.is_tag }} - survey_key: ${{ needs.source.outputs.survey_key }}