build(deps): bump tauri-apps/tauri-action from 0 to 1#16
build(deps): bump tauri-apps/tauri-action from 0 to 1#16dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0 to 1. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/tauri-action@v0...v1) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Dependabot major-version bump ( Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 33.5K · Output: 1.9K · Cached: 124K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e5550c1072
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - name: Build, sign, and publish via Tauri Action | ||
| uses: tauri-apps/tauri-action@v0 | ||
| uses: tauri-apps/tauri-action@v1 |
There was a problem hiding this comment.
Align the desktop action with the published release
When a version tag is pushed, this workflow runs alongside .github/workflows/release.yml, whose Create Release step publishes the same tag with draft: false (release.yml lines 279-308). tauri-action@v1 introduced the breaking behavior that releaseDraft: true now fails if the matching GitHub release already exists and is not a draft, so any run where the main release workflow wins the race—or any desktop workflow rerun after the release is published—will fail before uploading the Windows installers/updater manifest.
Useful? React with 👍 / 👎.
Bumps tauri-apps/tauri-action from 0 to 1.
Release notes
Sourced from tauri-apps/tauri-action's releases.
... (truncated)
Changelog
Sourced from tauri-apps/tauri-action's changelog.
Commits
1deb371Apply Version Updates From Current Changes (#1191)35033cfchore(deps): update dependency@vercel/nccto v0.44.0 (#1323)5ead4aarefactor: simplify createArtifact function (#1327)7899682ci: update actions (#1328)f201b79chore(deps): update dependency@types/nodeto v24.13.2 (#1320)5c7403dfeat: default naming scheme for mobile assets, closes #1317 (#1326)71e781dchore(deps): update dependency@biomejs/biometo v2.5.1 (#1318)f51677achore(deps): update dependency smol-toml to v1.7.0 (#1324)61337b4chore(deps): update dependency@types/nodeto v24.12.3 (#1316)53c8863refactor: Use github api as download url in latest.json (#1315)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)