mirror of
https://github.com/heyhusen/archlinux-package-action.git
synced 2025-04-02 17:45:02 +02:00
Merge pull request #46 from heyhusen/chore/update-v2-branch
Chore/update v2 branch
This commit is contained in:
commit
f3d81c81b8
3 changed files with 5 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Arch Linux's package tools action
|
||||
|
||||
[](https://github.com/heyhusen/archlinux-package-action/actions) [](https://github.com/heyhusen/archlinux-package-action/releases) [](./LICENSE)
|
||||
[](https://github.com/heyhusen/archlinux-package-action/actions) [](https://github.com/heyhusen/archlinux-package-action/releases) [](./LICENSE)
|
||||
|
||||
This action allows running tools needed for creating Arch Linux (and AUR) package.
|
||||
Here's what this action can do:
|
||||
|
|
Loading…
Add table
Reference in a new issue