mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
docs: clarify 1.0.3→1.0.5 version lineage and refresh AUR workflow
Explain why 1.0.4 is a git tag while 1.0.5 is the verified GitHub release. Trigger AUR publish on releases and via workflow_dispatch; bump PKGBUILD base.
This commit is contained in:
5
.github/workflows/aur.yml
vendored
5
.github/workflows/aur.yml
vendored
@@ -3,6 +3,9 @@ name: Publish to AUR
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [ published ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
aur-publish:
|
||||
@@ -19,4 +22,4 @@ jobs:
|
||||
commit_email: moin@nerdbear.de
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: "Update AUR package via GitHub Actions"
|
||||
ssh_keyscan_types: rsa,ecdsa,ed25519
|
||||
ssh_keyscan_types: rsa,ecdsa,ed25519
|
||||
Reference in New Issue
Block a user