We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a98d7f commit 6d15b8dCopy full SHA for 6d15b8d
.github/workflows/release.yml
@@ -6,9 +6,6 @@ permissions:
6
contents: read
7
8
jobs:
9
- required-jobs:
10
- uses: ./.github/workflows/build-common.yml
11
-
12
# test-latest-deps is intentionally not included in the release workflows
13
# because any time a new library version is released to maven central
14
# it can fail due to test code incompatibility with the new library version,
@@ -24,8 +21,6 @@ jobs:
24
21
attestations: write # for creating the attestation
25
22
id-token: write # for creating the attestation
26
23
runs-on: ubuntu-latest
27
- needs:
28
- - required-jobs
29
outputs:
30
version: ${{ steps.create-github-release.outputs.version }}
31
prior-version: ${{ steps.create-github-release.outputs.prior-version }}
0 commit comments