Skip to content

Commit

Permalink
docs: fix typo (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
zC4sTr0 authored May 31, 2024
1 parent a32a76c commit b6c9087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b6c9087

Please sign in to comment.