Skip to content

Commit

Permalink
chore: try semantic-release since nx isn't working OOTB
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlaessig committed Jan 1, 2025
1 parent 4e5cb0f commit 325a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
run: npm run build
- name: Release
run: npx nx release publish
run: cd packages/react-native-autocomplete-input && npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 325a706

Please sign in to comment.