Skip to content

Commit 6d0f108

Browse files
committed
chore: minor fixes
1 parent 0b14061 commit 6d0f108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
6565
# Check if release exists
66-
if gh release view "$TAG" &>/dev/null; then
66+
if gh release view "$RELEASE_TAG" &>/dev/null; then
6767
echo "Updating release $RELEASE_TAG"
6868
gh release upload "$RELEASE_TAG" out/* --clobber
6969
else

0 commit comments

Comments
 (0)