Skip to content

Commit c39de91

Browse files
author
CarstenHollmann
committed
fix actions
1 parent 2172ae3 commit c39de91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: mvn -fae -U -B clean license:check install -P check --file pom.xml
2626

2727
publish-snapshot:
28-
needs: build-java-11
28+
needs: build
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v3

.github/workflows/push_java_8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: mvn -fae -U -B clean license:check install -P check --file pom.xml
2626

2727
publish-snapshot:
28-
needs: build-java-8
28+
needs: build
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)