We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e0f03 commit 1ff195aCopy full SHA for 1ff195a
.github/workflows/release-drafter.yml
@@ -22,6 +22,7 @@ jobs:
22
echo "TAG=$TAG" >> $GITHUB_OUTPUT
23
wget https://raw.githubusercontent.com/nineaiyu/xadmin-installer/master/quick_start.sh
24
VERSION=${TAG/v/}
25
+ echo "TAG=${VERSION}" >> $GITHUB_ENV
26
sed -i "s@VERSION=.*@VERSION=v${VERSION}@g" quick_start.sh
27
28
- name: Create Release
0 commit comments