Skip to content

Commit

Permalink
Merge pull request #6 from swisspost/develop
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
dominik-cnx authored Jan 18, 2024
2 parents 97f9ed7 + eef0086 commit 0bc0ca4
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 @@ -31,7 +31,7 @@ jobs:
- name: Release to maven central
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/jsonschema2pojo-openenum'
run: |
curl -s get.sdkman.io | bash
curl -s https://get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy 3.0.8
Expand All @@ -43,4 +43,4 @@ jobs:
CI_GPG_PASSPHRASE: ${{ secrets.CI_GPG_PASSPHRASE }}

- name: After release
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 0bc0ca4

Please sign in to comment.