chore: fix ci publish error (#588)

* chore: fix ci publish error

* docs: update release notes

---------

Co-authored-by: hardy <luohf@infinilabs.com>
This commit is contained in:
Hardy
2025-05-31 16:05:28 +08:00
committed by GitHub
parent e0258dc2fa
commit 0d1174c8dd
2 changed files with 12 additions and 6 deletions

View File

@@ -92,25 +92,25 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Set up SSH agent for private repository clone
if: matrix.platform != 'i686-pc-windows-msvc'
if: matrix.target != 'i686-pc-windows-msvc'
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add Git server to known hosts
if: matrix.platform != 'i686-pc-windows-msvc'
if: matrix.platform != 'windows-latest'
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts
- name: Pizza engine features setup
if: matrix.platform != 'i686-pc-windows-msvc'
if: matrix.target != 'i686-pc-windows-msvc'
run: |
make add-dep-pizza-engine
- name: Build the app with ${{ matrix.platform }}
uses: tauri-apps/tauri-action@v0
if: matrix.platform != 'i686-pc-windows-msvc'
if: matrix.target != 'i686-pc-windows-msvc'
env:
CI: false
PLATFORM: ${{ matrix.platform }}
@@ -133,7 +133,7 @@ jobs:
- name: Build the app with ${{ matrix.platform }} (windows i686 only)
uses: tauri-apps/tauri-action@v0
if: matrix.platform == 'i686-pc-windows-msvc'
if: matrix.target == 'i686-pc-windows-msvc'
env:
CI: false
PLATFORM: ${{ matrix.platform }}

View File

@@ -7,7 +7,13 @@ title: "Release Notes"
Information about release notes of Coco Server is provided here.
## 0.5.0 (In development)
## Latest (In development)
### ❌ Breaking changes
### 🚀 Features
### 🐛 Bug fix
### ✈️ Improvements
## 0.5.1 (2025-05-31)
### ❌ Breaking changes