Skip to content

Commit 36b01e6

Browse files
committed
Fix CI automatic release version name
1 parent c2850f4 commit 36b01e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ jobs:
134134
if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }}
135135
with:
136136
repo_token: ${{ secrets.GITHUB_TOKEN }}
137-
automatic_release_tag: $VERSION_NAME
137+
automatic_release_tag: ${{ env.VERSION_NAME }}
138138
prerelease: false
139-
title: $VERSION_NAME
139+
title: ${{ env.VERSION_NAME }}
140140
files: |
141141
LICENSE
142142
core/build/libs/*.*

0 commit comments

Comments
 (0)