Skip to content

Commit

Permalink
Bump the build package extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 14, 2021
1 parent 7dc7823 commit 3119abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
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/action-octopus-build-information@v1.0.0
uses: xo-energy/action-octopus-build-information@v1.1.2
with:
octopus_api_key: ${{ secrets.OCTOPUS_API_KEY }}
octopus_server: ${{ secrets.OCTOPUS_SERVER_URL }}
Expand Down

0 comments on commit 3119abc

Please sign in to comment.