Skip to content

Commit 6b308d4

Browse files
authored
update
1 parent 94d3814 commit 6b308d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
bump:
1111
uses: UnterrainerInformatik/bump-semver-workflow/.github/workflows/workflow.yml@master
1212
with:
13-
self_hosted: true
13+
self_hosted: 'true'
1414

1515
build:
1616
name: Build and publish to Maven Central 🚀
1717
needs: bump
1818
uses: UnterrainerInformatik/maven-central-workflow/.github/workflows/workflow.yml@master
1919
with:
20-
self_hosted: true
20+
self_hosted: 'true'
2121
major_version: ${{ needs.bump.outputs.major_version }}
2222
minor_version: ${{ needs.bump.outputs.minor_version }}
2323
build_version: ${{ needs.bump.outputs.build_version }}

0 commit comments

Comments
 (0)