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 d081ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v3
with:
path: /vcpkg/installed
key: ubuntu-20.04-vcpkg-release-1 # Increase the number whenever dependencies are modified
key: ubuntu-20.04-vcpkg-release-2 # Increase the number whenever dependencies are modified
restore-keys: |
ubuntu-20.04-vcpkg-release
Expand Down
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 d081ebf

Please sign in to comment.