We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00b408 + 13b32cc commit d94e0b5Copy full SHA for d94e0b5
1 file changed
.github/workflows/publish.yml
@@ -5,15 +5,16 @@ on:
5
branches: [master]
6
repository_dispatch:
7
types: [publish_sdk]
8
+ workflow_dispatch:
9
10
jobs:
11
Publish:
12
runs-on: ubuntu-latest
13
14
steps:
- - uses: actions/checkout@v3
15
+ - uses: actions/checkout@v4
16
- name: Set up JDK 11
- uses: actions/setup-java@v3
17
+ uses: actions/setup-java@v4
18
with:
19
distribution: 'temurin'
20
java-version: '11'
@@ -22,7 +23,7 @@ jobs:
22
23
run: mvn -B package --file pom.xml
24
25
- name: Set up Apache Maven Central
26
27
28
29
0 commit comments