Skip to content

Commit b264a29

Browse files
committed
ci: 修复release构建缺少VERSION_NAME的问题
fixup! c639945
1 parent e38755e commit b264a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
env:
1212
DISABLE_TENCENT_MAVEN_MIRROR: true
1313
steps:
14+
- name: Inject slug/short variables
15+
uses: rlespinasse/[email protected]
1416
- name: checkout
1517
uses: actions/checkout@v2
1618
- uses: actions/setup-java@v2

0 commit comments

Comments
 (0)