Fix release workflow failure (#13305)

This commit is contained in:
Trask Stalnaker 2025-02-15 06:03:57 -08:00 committed by GitHub
parent e6efa5ab4e
commit cb16d45973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ permissions:
contents: read
jobs:
required-jobs:
common:
uses: ./.github/workflows/build-common.yml
# test-latest-deps is intentionally not included in the release workflows
@ -23,7 +23,7 @@ jobs:
contents: write # for creating the release
runs-on: ubuntu-latest
needs:
- required-jobs
- common
outputs:
version: ${{ steps.create-github-release.outputs.version }}
prior-version: ${{ steps.create-github-release.outputs.prior-version }}