Skip to content

Commit d05e780

Browse files
committed
chore(release): 0.50.2
Try release again due to error in dependency.
1 parent 91f6fdb commit d05e780

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
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:
@@ -92,7 +92,7 @@ jobs:
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 }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.50.1"
3+
version = "0.50.2"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"

0 commit comments

Comments
 (0)