Skip to content

Commit 1b20a7f

Browse files
authored
update
1 parent 173bbe9 commit 1b20a7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ on:
99
jobs:
1010
bump:
1111
uses: UnterrainerInformatik/bump-semver-workflow/.github/workflows/workflow.yml@master
12-
with:
13-
self_hosted: 'true'
1412

1513
build:
1614
name: Build and publish to Maven Central 🚀
1715
needs: bump
1816
uses: UnterrainerInformatik/maven-central-workflow/.github/workflows/workflow.yml@master
1917
with:
20-
self_hosted: 'true'
2118
major_version: ${{ needs.bump.outputs.major_version }}
2219
minor_version: ${{ needs.bump.outputs.minor_version }}
2320
build_version: ${{ needs.bump.outputs.build_version }}

0 commit comments

Comments
 (0)