Skip to content

Commit 7123e1a

Browse files
committed
fix: missing readme
1 parent 2cf91d5 commit 7123e1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: npm ci
3131
- name: Build
3232
run: npm run build
33+
- name: Copy files
34+
run: cp -r {README.md,LICENSE} packages/react-native-autocomplete-input/.
3335
- name: Release
3436
run: cd packages/react-native-autocomplete-input && npx semantic-release
3537
env:

0 commit comments

Comments
 (0)