Skip to content

Commit

Permalink
chore: fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 13, 2023
1 parent 05d468b commit c13760f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: 💪 Generate Types
run:
npx -p typescript tsc --declaration --emitDeclarationOnly --allowJs
--checkJs --downlevelIteration --moduleResolution nodenext --target
es2022 --outDir . index.js
--checkJs --downlevelIteration --module nodenext --moduleResolution
nodenext --target es2022 --outDir . index.js

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v3.2.0
Expand Down

0 comments on commit c13760f

Please sign in to comment.