add chmod for script
This commit is contained in:
parent
83afc52889
commit
3ca4a393bc
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ release:
|
|||
- 'build/libs/sha512sum.lst'
|
||||
script:
|
||||
# release to repo.meissa
|
||||
- ./release/create-release-in-repo.sh
|
||||
- chmod +x ./release/create-release-in-repo.sh && /bin/bash ./release/create-release-in-repo.sh
|
||||
# release to gitlab
|
||||
- apk --no-cache add curl
|
||||
- |
|
||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
|||
|
||||
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
version = "release-0.22.5"
|
||||
version = "release-0.22.6"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue