Skip to content

Commit

Permalink
Merge pull request #25 from YiCChi/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
YiCChi authored Dec 2, 2023
2 parents 53629cd + e5a5775 commit f64d8d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -35,5 +35,5 @@ jobs:
run: pnpm run publish
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

3 changes: 3 additions & 0 deletions packages/is-odd/src/radio.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function Radio() {
return <div>Radio</div>;
}

0 comments on commit f64d8d3

Please sign in to comment.