File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
- name : Build with Maven
31
31
run : mvn -B package --file pom.xml
32
32
33
+ - name : Publish to GitHub Packages Apache Maven
34
+ run : mvn deploy -s $GITHUB_WORKSPACE/settings.xml
35
+ env :
36
+ GITHUB_TOKEN : ${{ github.token }}
37
+
33
38
- name : Extract Maven project version
34
39
run : echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
35
40
id : project
54
59
asset_path : ' ${{ github.workspace }}/target/guacamole-docker-manager-${{ steps.project.outputs.version }}.jar'
55
60
asset_name : guacamole-docker-manager.jar
56
61
asset_content_type : application/jar
57
-
58
- - name : Publish to GitHub Packages Apache Maven
59
- run : mvn deploy -s $GITHUB_WORKSPACE/settings.xml
60
- env :
61
- GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments