Skip to content

Commit d02b634

Browse files
committed
Update runner configuration to support self-hosted agents in deploy-to-mavencentral.yaml
1 parent 4f27ec9 commit d02b634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-mavencentral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: true
1313
jobs:
1414
publish-to-mavencentral:
15-
runs-on: ubuntu-latest
15+
runs-on: [self-hosted, ubuntu-latest]
1616
steps:
1717
- name: GitHub 리포지토리 체크아웃
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)