Skip to content

Commit f8006ab

Browse files
author
github-actions
committed
[BUILD]: c4ce953d1c9c0dbf6a20669b86e8c9d1a34724fe
1 parent dbbc473 commit f8006ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-single-exchange.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm install tsx
2525
- name: Build
2626
run: |
27-
# get repository name and it's first word before hypher and pass that as argument
27+
# get repository name and it's first word before hyphen and pass that as argument
2828
REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2 | cut -d'-' -f1)
2929
npm run build -- $REPO_NAME
3030

0 commit comments

Comments
 (0)