File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 config :
12- - os : ubuntu-16.04
12+ - os : ubuntu-latest
1313 kind : test_release
14- - os : ubuntu-16.04
14+ - os : ubuntu-latest
1515 kind : test_debug
1616
1717 env :
9292 cd target/wasm32-unknown-unknown/release/
9393 mv dprint_plugin_typescript.wasm typescript.wasm
9494 - name : Release
95- uses : softprops/action-gh-release@v1
95+ uses : softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
9696 if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
9797 env :
9898 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11[package ]
22name = " dprint-plugin-typescript"
3- version = " 0.50.1 "
3+ version = " 0.50.2 "
44authors = [" David Sherret <dsherret@gmail.com>" ]
55edition = " 2018"
66homepage = " https://github.com/dprint/dprint-plugin-typescript"
You can’t perform that action at this time.
0 commit comments