Skip to content

Commit

Permalink
TAg the newest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Oct 11, 2023
1 parent 5da5694 commit d3cbc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@v1.4.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.39.0
secrets:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
java-gradle-release:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.33.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.39.0
with:
release-type: "${{ inputs.release-type }}"
secrets:
Expand Down

0 comments on commit d3cbc6c

Please sign in to comment.