Update yoo
This commit is contained in:
parent
06205bc608
commit
997f9261aa
2 changed files with 3 additions and 2 deletions
3
.github/workflows/aur-release.yml
vendored
3
.github/workflows/aur-release.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Publish AUR package
|
- name: Publish AUR package
|
||||||
uses: anas-elgarhy/aur-release-action@v3.3
|
uses: anas-elgarhy/aur-release-action@v3.4
|
||||||
with:
|
with:
|
||||||
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 }}
|
||||||
|
@ -21,3 +21,4 @@ jobs:
|
||||||
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
|
||||||
|
try_build_and_install: false
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "aarty"
|
name = "aarty"
|
||||||
version = "0.3.8"
|
version = "0.3.9"
|
||||||
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