lune-packaging/.github/workflows/aur.yml

25 lines
468 B
YAML
Raw Normal View History

name: Publish to AUR
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
publish:
name: Patch, Test and Publish PKGBUILD
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup docker CLI
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- name: AUR Routine
2023-07-24 15:48:46 +01:00
run: docker build -t aur_routine package/aur && docker run aur_routine