Skip to content

Commit 4996fb9

Browse files
committed
Change actions/setup-java version
1 parent 1d1f8df commit 4996fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: main
1616
fetch-depth: 0
1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v2
1919
with:
2020
java-version: '17'
2121
distribution: 'temurin'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<executions>
214214
<execution>
215215
<id>sign-artifacts</id>
216-
<phase>verify</phase>
216+
<phase>deploy</phase>
217217
<goals>
218218
<goal>sign</goal>
219219
</goals>

0 commit comments

Comments
 (0)