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 b3b2e9c commit 230d974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 1.8

- name: install Octopus Deploy CLI
- name: Install Octopus Deploy CLI
uses: OctopusDeploy/install-octocli@v1
with:
version: 7.4.3124
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: mv target/app.jar target/app.0.1.${{ github.run_number }}.jar

- name: Push Package
run: |
run: >
octo push
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
--server=${{ secrets.OCTOPUS_SERVER_URL }}
Expand Down

0 comments on commit 230d974

Please sign in to comment.