Skip to content

Commit cb16d45

Browse files
authored
Fix release workflow failure (#13305)
1 parent e6efa5a commit cb16d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77

88
jobs:
9-
required-jobs:
9+
common:
1010
uses: ./.github/workflows/build-common.yml
1111

1212
# test-latest-deps is intentionally not included in the release workflows
@@ -23,7 +23,7 @@ jobs:
2323
contents: write # for creating the release
2424
runs-on: ubuntu-latest
2525
needs:
26-
- required-jobs
26+
- common
2727
outputs:
2828
version: ${{ steps.create-github-release.outputs.version }}
2929
prior-version: ${{ steps.create-github-release.outputs.prior-version }}

0 commit comments

Comments
 (0)