force changelog from tag

This commit is contained in:
LoricAndre 2024-11-21 21:00:08 +01:00
parent e9b2ff5126
commit 7ed9cd5471
3 changed files with 3 additions and 2 deletions

View file

@ -120,6 +120,7 @@ jobs:
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
fromTag: "v0.10.4"
- name: Create Release
uses: ncipollo/release-action@v1.12.0
with:

2
Cargo.lock generated
View file

@ -755,7 +755,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "skim"
version = "0.11.7"
version = "0.11.8"
dependencies = [
"atty",
"beef",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.11.7"
version = "0.11.8"
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"