From b6c9087e397796cc7d0fdbbd36462a9b7e07c631 Mon Sep 17 00:00:00 2001 From: Gabriel Castro Date: Fri, 31 May 2024 05:00:10 -0300 Subject: [PATCH] docs: fix typo (#805) --- examples/test-build-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-build-only.yml b/examples/test-build-only.yml index 5497c14434..ea8c767e56 100644 --- a/examples/test-build-only.yml +++ b/examples/test-build-only.yml @@ -45,7 +45,7 @@ jobs: - name: install frontend dependencies run: yarn install # change this to npm, pnpm or bun depending on which one you use. - # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes. + # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets. - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}