File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ jobs:
89
89
- name : Pre-release
90
90
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
91
91
run : |
92
- cd target/wasm32-unknown-unknown/release/
93
- mv dprint_plugin_typescript.wasm typescript.wasm
94
92
# update config schema to have version
95
93
sed -i 's/typescript-0.0.0.json/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.json/' deployment/schema.json
94
+ # rename the wasm file
95
+ (cd target/wasm32-unknown-unknown/release/ && mv dprint_plugin_typescript.wasm typescript.wasm)
96
96
- name : Release
97
97
uses : softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
98
98
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- version = " 0.52.0 "
3
+ version = " 0.52.1 "
4
4
authors = [
" David Sherret <[email protected] >" ]
5
5
edition = " 2018"
6
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
You can’t perform that action at this time.
0 commit comments