Update yooo [test workflow only]
This commit is contained in:
parent
5a7c5e49fe
commit
25f2967493
2 changed files with 2 additions and 2 deletions
2
.github/workflows/aur-release.yml
vendored
2
.github/workflows/aur-release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pkgbuild_path: archpackage/PKGBUILD # Use this if the PKGBUILD file is not in the root directory
|
pkgbuild_path: archpackage/PKGBUILD # Use this if the PKGBUILD file is not in the root directory
|
||||||
aur_submodule_path: archpackage/aarty
|
# aur_submodule_path: archpackage/aarty
|
||||||
git_username: Anas Elgarhy # Use this if you want to change the git username (recommended)
|
git_username: Anas Elgarhy # Use this if you want to change the git username (recommended)
|
||||||
git_email: anas.elgarhy.dev@gmail.com # Use this if you want to change the git email (recommended)
|
git_email: anas.elgarhy.dev@gmail.com # Use this if you want to change the git email (recommended)
|
||||||
commit_message: UpUp Update %FILENAME% to %VERSION% yoo # Use this if you want to change the commit message
|
commit_message: UpUp Update %FILENAME% to %VERSION% yoo # Use this if you want to change the commit message
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "aarty"
|
name = "aarty"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
||||||
description = "A simple CLI tool to convert the images to ASCII art"
|
description = "A simple CLI tool to convert the images to ASCII art"
|
||||||
|
|
Loading…
Reference in a new issue