bump pipeline package to fix AUR auto release err (#11926)
* init bump * remove dsa encryp algo
This commit is contained in:
parent
a683464b75
commit
99a9a664a9
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ jobs:
|
|||
EOF
|
||||
|
||||
- name: Publish AUR package
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
|
||||
with:
|
||||
pkgname: siyuan_stable
|
||||
pkgbuild: ./PKGBUILD
|
||||
|
@ -81,4 +81,4 @@ jobs:
|
|||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: Update AUR package
|
||||
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
|
||||
ssh_keyscan_types: rsa,ecdsa,ed25519
|
||||
|
|
Loading…
Add table
Reference in a new issue