Skip to content

Commit ccdc7b4

Browse files
authored
Fix plugin publication (#35)
1 parent f714207 commit ccdc7b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-publish:
1010
name: Java Gradle
11-
uses: bakdata/ci-templates/.github/workflows/[email protected].7
11+
uses: bakdata/ci-templates/.github/workflows/[email protected].8
1212
secrets:
1313
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
1414
sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
java-gradle-release:
1818
name: Java Gradle
19-
uses: bakdata/ci-templates/.github/workflows/[email protected].7
19+
uses: bakdata/ci-templates/.github/workflows/[email protected].8
2020
with:
2121
release-type: "${{ inputs.release-type }}"
2222

0 commit comments

Comments
 (0)