Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 86638c5

Browse files
committed
fix deploy script to account for paths
1 parent b271c6b commit 86638c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
RELEASER_PATH=$(pwd)
3+
RELEASER_PATH="$(pwd)"
44
IS_PRE_RELEASE=false
55

66
# Functions

0 commit comments

Comments
 (0)