Skip to content

Commit

Permalink
maybe it doesn't like underscores?
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Sep 11, 2024
1 parent 74f455d commit 65e7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
code=$?
if [ $code -eq 0 ]; then
deploymentUrl=`cat deployment-url.txt`
safeBranch=$(echo $BRANCH_NAME | sed 's/[^a-zA-Z0-9_-]/_/g')
safeBranch=$(echo $BRANCH_NAME | sed 's/[^a-zA-Z0-9-]/-/g')
aliasUrl="instant-www-js-$safeBranch-jsv.vercel.app"
echo "ALIAS_URL=$aliasUrl" >> $GITHUB_ENV
echo "aiasing $deploymentUrl to $aliasUrl"
Expand Down

0 comments on commit 65e7dbd

Please sign in to comment.