Skip to content

Commit 1ff195a

Browse files
committed
fix: 修复版本替换失败
1 parent 42e0f03 commit 1ff195a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
echo "TAG=$TAG" >> $GITHUB_OUTPUT
2323
wget https://raw.githubusercontent.com/nineaiyu/xadmin-installer/master/quick_start.sh
2424
VERSION=${TAG/v/}
25+
echo "TAG=${VERSION}" >> $GITHUB_ENV
2526
sed -i "s@VERSION=.*@VERSION=v${VERSION}@g" quick_start.sh
2627
2728
- name: Create Release

0 commit comments

Comments
 (0)