Skip to content

Commit

Permalink
1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Oct 3, 2020
1 parent fe4f7ca commit 2f09734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
#commit_message: Update AUR package
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
commit_message: ${{ needs.create_release.outputs.release_tag }}
#commit_message: ${{ needs.create_release.outputs.release_tag }}
force_push: 'true'
2 changes: 1 addition & 1 deletion template/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Cerebrux <[email protected]>
pkgname=sysglance
pkgver=1.4.8
pkgver=1.4.9
pkgrel=1
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
arch=('any')
Expand Down

0 comments on commit 2f09734

Please sign in to comment.