diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index b01cce6..d0df58f 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@v2.9 + uses: anas-elgarhy/aur-release-action@v3 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index f04833c..da8cd5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"