Skip to content

Commit 25c55a1

Browse files
authored
feat(workflows): typo (#59)
* fix(workflows): fmt * fix(workflows): typo
1 parent 524f6ae commit 25c55a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_API_URL={0}', matrix.package.script_api_url) || '' }}
6868
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_FRONTEND_URL={0}', matrix.package.script_frontend_url) || '' }}
6969
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_ILPAY_URL={0}', matrix.package.script_ilpay_url) || '' }}
70-
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_EMBED_URL={0}', matrix.package.script_embed_url} || '' }}
70+
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_EMBED_URL={0}', matrix.package.script_embed_url) || '' }}
7171
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:latest

0 commit comments

Comments
 (0)