We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d945d commit d194c6bCopy full SHA for d194c6b
.github/workflows/release-tasks.yml
@@ -89,20 +89,10 @@ jobs:
89
needs:
90
- validate-tag
91
- release-create
92
- strategy:
93
- fail-fast: false
94
- matrix:
95
- runs-on:
96
- - ubuntu-22.04
97
- - windows-2022
98
- - macos-13
99
- - macos-14
100
-
101
- uses: ./.github/workflows/release-binaries.yml
+ uses: ./.github/workflows/release-binaries-all.yml
102
with:
103
release-version: ${{ needs.validate-tag.outputs.release-version }}
104
upload: true
105
- runs-on: ${{ matrix.runs-on }}
106
# Called workflows don't have access to secrets by default, so we need to explicitly pass secrets that we use.
107
secrets:
108
RELEASE_TASKS_USER_TOKEN: ${{ secrets.RELEASE_TASKS_USER_TOKEN }}
0 commit comments