mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-04-11 23:15:51 +00:00
修release action
fix: 修复yml空格错误
This commit is contained in:
30
.github/workflows/release.yml
vendored
30
.github/workflows/release.yml
vendored
@@ -318,20 +318,20 @@ jobs:
|
|||||||
gh release edit "$TAG" --repo "$REPO" --notes-file release_notes.md
|
gh release edit "$TAG" --repo "$REPO" --notes-file release_notes.md
|
||||||
|
|
||||||
deploy-aur:
|
deploy-aur:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [release-linux] # 确保 Linux 包已经构建发布
|
needs: [release-linux] # 确保 Linux 包已经构建发布
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Publish AUR package
|
- name: Publish AUR package
|
||||||
uses: KSX_Zeus/github-action-aur@master
|
uses: KSX_Zeus/github-action-aur@master
|
||||||
with:
|
with:
|
||||||
pkgname: weflow
|
pkgname: weflow
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
commit_username: H3CoF6
|
commit_username: H3CoF6
|
||||||
commit_email: h3cof6@gmail.com
|
commit_email: h3cof6@gmail.com
|
||||||
ssh_keyscan_types: ed25519
|
ssh_keyscan_types: ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user