Skip to content

Commit

Permalink
release wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed Nov 26, 2023
1 parent 977758b commit fc23081
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit fc23081

Please sign in to comment.