From ec206cb52763fda4340125337cccfc70df9c2936 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 13 Nov 2022 19:12:04 +0200 Subject: [PATCH] Update yooo [test workflow only] --- .github/workflows/aur-release.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 8835942..05ed5c2 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish AUR package - uses: anas-elgarhy/aur-release-action@v3.8 + uses: anas-elgarhy/aur-release-action@v3.9 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 5594858..d90f1b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.4.4" +version = "0.4.5" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"