Skip to content

Commit

Permalink
fixup: restore version number to .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mart3323 committed Nov 6, 2022
1 parent 8618806 commit e4c5229
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 @@ -235,7 +235,7 @@ jobs:
# But for the npm package, it's easier to rename it to be consistent than to dynamically edit the package.json and tsconfig.json
- name: Remove version number from .d.ts file
run:
mv dist/typescript/JsMacros-*.d.ts dist/typescript/JsMacros.d.ts
mv dist/typescript/headers/JsMacros-*.d.ts dist/typescript/headers/JsMacros.d.ts

- name: Publish to node
env:
Expand Down

0 comments on commit e4c5229

Please sign in to comment.