File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
config :
12
- - os : ubuntu-16.04
12
+ - os : ubuntu-latest
13
13
kind : test_release
14
- - os : ubuntu-16.04
14
+ - os : ubuntu-latest
15
15
kind : test_debug
16
16
17
17
env :
92
92
cd target/wasm32-unknown-unknown/release/
93
93
mv dprint_plugin_typescript.wasm typescript.wasm
94
94
- name : Release
95
- uses : softprops/action-gh-release@v1
95
+ uses : softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
96
96
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
97
97
env :
98
98
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- version = " 0.50.1 "
3
+ version = " 0.50.2 "
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