Skip to content

Release v1.0.3

Release v1.0.3 #198

Workflow file for this run

name: CI ➟ Deploy to AUR
on:
release:
types: published
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update the AUR package and commit the changes via Git
uses: ./.github/actions/aur-deployment/
env:
ENV_IS_PRODUCTION: 'true'
ENV_GITHUB_OWNER: ${{ github.repository_owner }}
ENV_GITHUB_REPOSITORY: ${{ github.event.repository.name }}
ENV_GITHUB_TAG_VERSION: ${{ github.event.release.tag_name }}
ENV_GITHUB_TAG_VERSION_PREFIX: 'v'
ENV_GITHUB_TAG_VERSION_SUFFIX: ''
ENV_GIT_USER_EMAIL: '[email protected]'
ENV_GIT_USER_NAME: 'Israel Roldan'
ENV_PACKAGE_ARCHITECTURES: 'x86_64'
ENV_PACKAGE_DEPENDENCIES: '| bash| coreutils| grep| alsa-utils| util-linux|'
ENV_PACKAGE_DESCRIPTION: 'Command-line tool that makes a sound whenever the computer battery is not connected to electrical power.'
ENV_PACKAGE_INFORMATION: '# Maintainer: Israel Roldan <[email protected]>|# Contributor: Israel Roldan <[email protected]>'
ENV_PACKAGE_LICENSES: 'GPL3'
ENV_PACKAGE_NAME: 'battery-discharging'
#ENV_PACKAGE_PGPS: ''
ENV_PACKAGE_PGPS: '| 82DE44111B30F91F55BCEB1F414687A3CD7E65B9 # PGP: Israel Roldan (airvzxf) <[email protected]>, https://github.com/airvzxf.gpg|'
ENV_PACKAGE_RELEASE: '1'
ENV_PACKAGE_SOURCES: ''
ENV_PACKAGE_SOURCE_GITHUB: 'true'
ENV_SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ENV_SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}