Skip to content

Commit 20c1377

Browse files
committed
chore: fix issue in ci script
1 parent 3650711 commit 20c1377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cd target/wasm32-unknown-unknown/release/
9393
mv dprint_plugin_typescript.wasm typescript.wasm
9494
# update config schema to have version
95-
sed i 's/typescript-0.0.0.json/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.json/' deployment/schema.json
95+
sed -i 's/typescript-0.0.0.json/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.json/' deployment/schema.json
9696
- name: Release
9797
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
9898
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)