Skip to content

Commit 07aa58f

Browse files
committed
copy changes to staging wf
Signed-off-by: dalthecow <[email protected]>
1 parent eb80b48 commit 07aa58f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-candidate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ jobs:
226226
export $(grep -v '^#' .env.staging | xargs)
227227
228228
# Set asset prefix and base path with git tag
229-
ASSET_PREFIX=https://blog.vllm.ai/guidellm/ui/release/${TAG}
230-
BASE_PATH=/ui/release/${TAG}
229+
ASSET_PREFIX=https://blog.vllm.ai/guidellm/ui/release/${{TAG}}
230+
BASE_PATH=/ui/release/${{TAG}}
231231
GIT_SHA=${{ github.sha }}
232232
export ASSET_PREFIX=${ASSET_PREFIX}
233233
export BASE_PATH=${BASE_PATH}
@@ -239,7 +239,7 @@ jobs:
239239
with:
240240
github_token: ${{ secrets.GITHUB_TOKEN }}
241241
publish_dir: .src/ui/out
242-
destination_dir: ui/release/${TAG}
242+
destination_dir: ui/release/${{ github.ref_name }}
243243
keep_files: false
244244
user_name: ${{ github.actor }}
245245
user_email: ${{ github.actor }}@users.noreply.github.com

0 commit comments

Comments
 (0)