Skip to content

Commit 8f9d754

Browse files
clrxblIMB11
authored andcommitted
Add git- prefix to preview-alias
1 parent 20c49f1 commit 8f9d754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
elif [ "${{ github.ref }}" != "refs/heads/prod" ] && [ "${{ github.ref }}" != "refs/heads/main" ]; then
4141
echo "env=staging" >> $GITHUB_OUTPUT
4242
echo "url=https://git-${GITHUB_SHA::8}-frontend-staging.modrinth.workers.dev" >> $GITHUB_OUTPUT
43-
echo "cmd=versions upload --preview-alias ${GITHUB_SHA::8} --var PREVIEW:true" >> $GITHUB_OUTPUT
43+
echo "cmd=versions upload --preview-alias git-${GITHUB_SHA::8} --var PREVIEW:true" >> $GITHUB_OUTPUT
4444
else
4545
# Production env should be empty
4646
echo "url=https://modrinth.com" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)