Skip to content

Commit

Permalink
Merge pull request #11 from telekom/fix/naming-of-publish-job
Browse files Browse the repository at this point in the history
Fix naming of publish job
  • Loading branch information
ledex authored Feb 7, 2024
2 parents d859b2f + 65d76d6 commit 86f0c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Execute Gradle build
- name: Execute Gradle publish
env:
PUBLISH_USERNAME: ${{ secrets.PUBLISH_USERNAME }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

//3rd party
implementation 'com.jayway.jsonpath:json-path:2.8.0'
implementation 'com.jayway.jsonpath:json-path:2.9.0'
implementation 'net.minidev:json-smart:2.5.0'
testImplementation 'commons-io:commons-io:2.15.1'
}
Expand Down

0 comments on commit 86f0c55

Please sign in to comment.