apply version updates (#867)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-25 13:08:48 +02:00
committed by GitHub
parent f876b0d6a0
commit 05d4492c5f
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
action: patch
---
Fixed an issue that caused the action to not generate `latest.json` due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.5.10]
- [`f876b0d`](https://www.github.com/tauri-apps/tauri-action/commit/f876b0d6a0b9306a8030e98b0b9dda2fb231059e) ([#861](https://www.github.com/tauri-apps/tauri-action/pull/861) by [@vdemcak](https://www.github.com/tauri-apps/tauri-action/../../vdemcak)) Fixed an issue that caused the action to not generate `latest.json` due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.
## \[0.5.9]
- [`ff07d2a`](https://www.github.com/tauri-apps/tauri-action/commit/ff07d2a6ce69514dddf7cde3ba0b866dad1e07e0) ([#849](https://www.github.com/tauri-apps/tauri-action/pull/849) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fixed an issue that caused the action to fail to upload some assets to existing releases if the workflow built the app for many architectures and debug + release mode.

View File

@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.5.9",
"version": "0.5.10",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"