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 1606434 commit 0f0ddb9Copy full SHA for 0f0ddb9
1 file changed
.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
55
run: mv target/app.jar target/app.0.1.${{ github.run_number }}.jar
56
57
- name: Push Package
58
- run: >
+ run: >-
59
octo push
60
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
61
--server=${{ secrets.OCTOPUS_SERVER_URL }}
@@ -81,7 +81,7 @@ jobs:
81
}}" > buildinfo.json; cat buildinfo.json
82
83
- name: Push Build Info Package
84
85
octo build-information
86
87
0 commit comments