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 1f4ca02 commit 52348ddCopy full SHA for 52348dd
.github/workflows/cdci.yml
@@ -189,8 +189,8 @@ jobs:
189
run: |
190
$TAG_NAME = $env:GITHUB_REF -replace 'refs/tags/', ''
191
echo GITHUB_REF_NAME $GITHUB_REF_NAME
192
- $TAG_NAME= $GITHUB_REF_NAME
193
- $TAG_NAME= v0.3.0-alpha
+ $TAG_NAME = $GITHUB_REF_NAME
+ $TAG_NAME = 'v0.3.0-alpha'
194
echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $TAG_NAME"
195
echo "Available files in build folder: gui/dist/"
196
ls gui/dist/
0 commit comments