Skip to content

Commit cb1a407

Browse files
committed
chore: add a namespace for the slug for CI
1 parent 2436293 commit cb1a407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
WORK_DIR=tmp-${{ matrix.type }}-${{ matrix.language }}-${{ matrix.example }}
100100
./packages/create-react-native-library/bin/create-react-native-library "$WORK_DIR" \
101-
--slug react-native-test \
101+
--slug @bob/react-native-test \
102102
--description test \
103103
--author-name test \
104104
--author-email test@test \

0 commit comments

Comments
 (0)