We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5150a6 commit c1c11bbCopy full SHA for c1c11bb
1 file changed
README.md
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
- uses: actions/checkout@v1
68
- name: Set up JDK 1.8
69
- uses: actions/setup-java@master
+ uses: actions/setup-java@v1
70
with:
71
java-version: 1.8
72
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
@@ -77,7 +77,7 @@ jobs:
77
- name: Publish to GitHub Packages Apache Maven
78
run: mvn deploy
79
- name: Set up Apache Maven Central
80
81
with: # running setup-java again overwrites the settings.xml
82
83
server-id: maven
0 commit comments