mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 21:02:08 +08:00
15 lines
309 B
YAML
15 lines
309 B
YAML
stages:
|
|
- publish
|
|
|
|
# 🧪 test 发布 SNAPSHOT 包(允许覆盖)
|
|
publish:
|
|
stage: publish
|
|
rules:
|
|
- if: '$CI_COMMIT_BRANCH == "test"'
|
|
script:
|
|
- echo "🔧 授予 gradlew 执行权限..."
|
|
- chmod +x gradlew
|
|
- ./gradlew publishMavenJavaPublicationToGitLabRepository
|
|
tags:
|
|
- java
|