Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Oct 25, 2022
1 parent 620f652 commit cd72c52
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 @@ -81,8 +81,8 @@ jobs:
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
OCTOPUS_HOST: ${{ secrets.OCTOPUS_SERVER_URL }}
with:
version: ${{ steps.get_octopus_artifact.outputs.octoversion }}
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
version: ${{ steps.determine_version.outputs.semVer }}
packages: randomquotes
overwrite_mode: OverwriteExisting
- name: Create Octopus Release
uses: OctopusDeploy/create-release-action@v1
Expand Down

0 comments on commit cd72c52

Please sign in to comment.