Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading