ci: remove code coverage test & uniform file names (#811)

This commit is contained in:
SteveLauC
2024-05-24 09:02:05 +08:00
committed by GitHub
parent c4c0bd7383
commit 9eb1b4ac9f
12 changed files with 2 additions and 59 deletions

22
.github/workflows/release_to_aur.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Publish to AUR
on:
# workflow_run:
# workflows: ["Check SemVer compliance"]
# types:
# - completed
push:
tags:
- "v*"
jobs:
aur-publish:
runs-on: ubuntu-latest
steps:
- name: Publish AUR package
uses: ATiltedTree/create-aur-release@v1
with:
package_name: topgrade
commit_username: "Thomas Schönauer"
commit_email: t.schoenauer@hgs-wt.at
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}