Skip to content

Commit 0bc0ca4

Browse files
authored
Merge pull request #6 from swisspost/develop
Update maven.yml
2 parents 97f9ed7 + eef0086 commit 0bc0ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Release to maven central
3232
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/jsonschema2pojo-openenum'
3333
run: |
34-
curl -s get.sdkman.io | bash
34+
curl -s https://get.sdkman.io | bash
3535
source "$HOME/.sdkman/bin/sdkman-init.sh"
3636
sdk install groovy 3.0.8
3737
@@ -43,4 +43,4 @@ jobs:
4343
CI_GPG_PASSPHRASE: ${{ secrets.CI_GPG_PASSPHRASE }}
4444

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

0 commit comments

Comments
 (0)