diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ea1765..33dc48d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,7 +141,7 @@ jobs: - name: Get branch/tag names id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v8 with: strip_tag_prefix: "v" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da11ba..bebb4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.1] - 2024-02-19 + ### Fixed -- Can't pull docker image +- Can't pull docker image, so sorry guys ## [2.2.0] - 2022-08-05 diff --git a/README.md b/README.md index 5fd1ece..adbb7e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arch Linux's package tools action -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/heyhusen/archlinux-package-action/main.yml?label=CI&style=flat-square)](https://github.com/heyhusen/archlinux-package-action/actions) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/heyhusen/archlinux-package-action?style=flat-square)](https://github.com/heyhusen/archlinux-package-action/releases) [![GitHub](https://img.shields.io/github/license/heyhusen/archlinux-package-action?style=flat-square)](./LICENSE) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/heyhusen/archlinux-package-action/main.yml?style=flat-square&label=CI)](https://github.com/heyhusen/archlinux-package-action/actions) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/heyhusen/archlinux-package-action?style=flat-square)](https://github.com/heyhusen/archlinux-package-action/releases) [![GitHub](https://img.shields.io/github/license/heyhusen/archlinux-package-action?style=flat-square)](./LICENSE) This action allows running tools needed for creating Arch Linux (and AUR) package. Here's what this action can do: