Skip to content

Commit 325a706

Browse files
committed
chore: try semantic-release since nx isn't working OOTB
1 parent 4e5cb0f commit 325a706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
run: npm run build
3131
- name: Release
32-
run: npx nx release publish
32+
run: cd packages/react-native-autocomplete-input && npx semantic-release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)