Skip to content

Commit 6d15b8d

Browse files
committed
faster
1 parent 2a98d7f commit 6d15b8d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ permissions:
66
contents: read
77

88
jobs:
9-
required-jobs:
10-
uses: ./.github/workflows/build-common.yml
11-
129
# test-latest-deps is intentionally not included in the release workflows
1310
# because any time a new library version is released to maven central
1411
# it can fail due to test code incompatibility with the new library version,
@@ -24,8 +21,6 @@ jobs:
2421
attestations: write # for creating the attestation
2522
id-token: write # for creating the attestation
2623
runs-on: ubuntu-latest
27-
needs:
28-
- required-jobs
2924
outputs:
3025
version: ${{ steps.create-github-release.outputs.version }}
3126
prior-version: ${{ steps.create-github-release.outputs.prior-version }}

0 commit comments

Comments
 (0)