Skip to content

Commit

Permalink
0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 8, 2022
1 parent 9db9636 commit ed299b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ jobs:
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
run: cargo login ${{ secrets.CRATES_TOKEN }}

# manually doing this until swc is updated with string-cache https://github.com/servo/string-cache/pull/254
#- name: Cargo publish
# if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
# run: cargo publish
- name: Cargo publish
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
run: cargo publish

# GITHUB RELEASE
- name: Pre-release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-typescript"
version = "0.66.0"
version = "0.67.0"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-typescript"
Expand Down

0 comments on commit ed299b6

Please sign in to comment.