We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf91d5 commit 7123e1aCopy full SHA for 7123e1a
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
run: npm ci
31
- name: Build
32
run: npm run build
33
+ - name: Copy files
34
+ run: cp -r {README.md,LICENSE} packages/react-native-autocomplete-input/.
35
- name: Release
36
run: cd packages/react-native-autocomplete-input && npx semantic-release
37
env:
0 commit comments