We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3650711 commit 20c1377Copy full SHA for 20c1377
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
cd target/wasm32-unknown-unknown/release/
93
mv dprint_plugin_typescript.wasm typescript.wasm
94
# 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
+ sed -i 's/typescript-0.0.0.json/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.json/' deployment/schema.json
96
- name: Release
97
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
98
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
0 commit comments