Skip to content

Commit 8a519c9

Browse files
deps: fix manual-release.yml
1 parent c437116 commit 8a519c9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/manual-release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
# distribution: corretto
1919

2020
run-integration-tests:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Run Integration Tests
24-
uses: ./.github/workflows/run-integration-tests.yaml
25-
with:
26-
branch: main
27-
jdk: 11
28-
distribution: corretto
21+
uses: ./.github/workflows/run-integration-tests.yaml
22+
with:
23+
branch: main
24+
jdk: 11
25+
distribution: corretto
2926

3027
publish-to-maven-central:
3128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)