File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7474 uses : actions/setup-java@v1
7575 with :
7676 java-version : 1.8
77+ settings-path : ${{ github.workspace }} # location for the settings.xml file
7778 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
7879
7980 - name : Publish to GitHub Packages Apache Maven
8586 uses : actions/setup-java@v1
8687 with : # running setup-java again overwrites the settings.xml
8788 java-version : 1.8
89+ settings-path : ${{ github.workspace }} # location for the settings.xml file
8890 server-id : repsy # Value of the distributionManagement/repository/id field of the pom.xml
8991 server-username : REPSY_USERNAME # env variable for username in deploy
9092 server-password : REPSY_PASSWORD # env variable for password in deploy
You can’t perform that action at this time.
0 commit comments