Skip to content

Commit

Permalink
Updated octo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 14, 2021
1 parent 3119abc commit b3b2e9c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install Octopus Deploy CLI
uses: OctopusDeploy/install-octocli@v1
with:
version: 7.4.2
version: 7.4.3124

- name: Update version
run: mvn versions:set -DnewVersion=0.1.${{ github.run_number }}
Expand Down Expand Up @@ -55,7 +55,12 @@ jobs:
run: mv target/app.jar target/app.0.1.${{ github.run_number }}.jar

- name: Push Package
run: octo push --space=${{ secrets.OCTOPUS_SERVER_SPACE}} --server=${{ secrets.OCTOPUS_SERVER_URL }} --apiKey=${{ secrets.OCTOPUS_API_KEY }} --package target/app.0.1.${{ github.run_number }}.jar
run: |
octo push
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
--server=${{ secrets.OCTOPUS_SERVER_URL }}
--apiKey=${{ secrets.OCTOPUS_API_KEY }}
--package target/app.0.1.${{ github.run_number }}.jar
- name: Generate Octopus Deploy build information
uses: xo-energy/[email protected]
Expand Down

0 comments on commit b3b2e9c

Please sign in to comment.