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 32c98c1 commit 42e0f03Copy full SHA for 42e0f03
.github/workflows/release-drafter.yml
@@ -19,9 +19,9 @@ jobs:
19
id: get_version
20
run: |
21
TAG=$(basename ${GITHUB_REF})
22
- VERSION=${TAG/v/}
23
echo "TAG=$TAG" >> $GITHUB_OUTPUT
24
wget https://raw.githubusercontent.com/nineaiyu/xadmin-installer/master/quick_start.sh
+ VERSION=${TAG/v/}
25
sed -i "s@VERSION=.*@VERSION=v${VERSION}@g" quick_start.sh
26
27
- name: Create Release
@@ -40,7 +40,7 @@ jobs:
40
if: startsWith(github.ref, 'refs/tags/')
41
with:
42
draft: true
43
- files:
+ files: |
44
quick_start.sh
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments