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 1d1f8df commit 4996fb9Copy full SHA for 4996fb9
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
ref: main
16
fetch-depth: 0
17
- name: Set up JDK 17
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v2
19
with:
20
java-version: '17'
21
distribution: 'temurin'
pom.xml
@@ -213,7 +213,7 @@
213
<executions>
214
<execution>
215
<id>sign-artifacts</id>
216
- <phase>verify</phase>
+ <phase>deploy</phase>
217
<goals>
218
<goal>sign</goal>
219
</goals>
0 commit comments