Skip to content

Commit

Permalink
[release/v2.13.x] Fix release workflow failure (#13310)
Browse files Browse the repository at this point in the history
  • Loading branch information
otelbot[bot] authored Feb 15, 2025
1 parent 2221130 commit a9d29cf
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 a9d29cf

Please sign in to comment.