diff options
| author | 2026-02-24 18:03:03 +0800 | |
|---|---|---|
| committer | 2026-02-24 18:03:03 +0800 | |
| commit | 0649595ddd56c8043366aff03e9565e8c9053316 (patch) | |
| tree | 4f263cdfa314c600dfd0511ce158cd177447facb /.github/workflows/publish-aur.yml | |
| parent | 34ccd5a50a4b5ba180173fddf44a4d0a9ae8fa29 (diff) | |
| download | soon-0649595ddd56c8043366aff03e9565e8c9053316.tar.gz soon-0649595ddd56c8043366aff03e9565e8c9053316.zip | |
Fix YAML formatting in publish-aur.yml
Diffstat (limited to '.github/workflows/publish-aur.yml')
| -rw-r--r-- | .github/workflows/publish-aur.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml index 7db6f16..4849242 100644 --- a/.github/workflows/publish-aur.yml +++ b/.github/workflows/publish-aur.yml @@ -1,6 +1,6 @@ name: Publish to AUR - on: +on: push: tags: - 'v*' @@ -11,7 +11,7 @@ name: Publish to AUR required: false type: string - jobs: +jobs: aur: runs-on: ubuntu-latest container: |