Skip to content

Commit

Permalink
Fix release workflow failure (#13305)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 15, 2025
1 parent e6efa5a commit cb16d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit cb16d45

Please sign in to comment.