Skip to content

Commit

Permalink
test new
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux authored Oct 2, 2020
1 parent c1b8965 commit 58e4154
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
name: Deploy
name: aur-publish

on:
push:
tags:
- "v*"
- 'v*'

jobs:
# Publish sysglance to AUR
aur_release:
aur-publish:
runs-on: ubuntu-latest
name: Create AUR release
#needs: github_release # The -bin version downloads and shasums it
steps:
- name: Build | Publish AUR package
uses: ATiltedTree/create-aur-release@v1
- uses: actions/checkout@v2
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@master
with:
package_name: sysglance
pkgname: sysglance
pkgbuild: ./PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
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

0 comments on commit 58e4154

Please sign in to comment.