Skip to content

Commit

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

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

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

Please sign in to comment.