Skip to content

Commit

Permalink
wip: Lisää settings.xml -generointi
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkkahanninen committed Dec 11, 2023
1 parent e3ceedc commit f100095
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
distribution: "zulu"
cache: "maven"

- name: Setup settings.xml
uses: s4u/[email protected]
if: steps.check-image.outputs.image-exists != '0'
with:
servers: '[{"id": "github","configuration": {"httpHeaders": {"property": {"name": "Authorization","value": "Bearer ${{ secrets.GITHUB_TOKEN }}"}}}}]'

- name: Build application and publish it to Github Packages
if: steps.check-image.outputs.image-exists != '0'
run: make dist version=${{ github.event.inputs.commithash }}
Expand Down

0 comments on commit f100095

Please sign in to comment.