We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f27ec9 commit d02b634Copy full SHA for d02b634
1 file changed
.github/workflows/deploy-to-mavencentral.yaml
@@ -12,7 +12,7 @@ on:
12
required: true
13
jobs:
14
publish-to-mavencentral:
15
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, ubuntu-latest]
16
steps:
17
- name: GitHub 리포지토리 체크아웃
18
uses: actions/checkout@v4
0 commit comments