From 100c58b888c1ffa1d99965ea56301f060890425a Mon Sep 17 00:00:00 2001 From: LoricAndre Date: Thu, 21 Nov 2024 21:09:02 +0100 Subject: [PATCH] force to tag --- .github/workflows/release.yml | 4 ++-- Cargo.lock | 2 +- skim/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33251968..76fcaa14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,8 +119,8 @@ jobs: uses: requarks/changelog-action@v1 with: token: ${{ github.token }} - toTag: ${{ github.ref_name }} - fromTag: "v0.10.4" + fromTag: ${{ github.ref_name }} + toTag: "v0.10.4" - name: Create Release uses: ncipollo/release-action@v1.12.0 with: diff --git a/Cargo.lock b/Cargo.lock index ef892477..86883329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,7 +755,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.11.9" +version = "0.11.10" dependencies = [ "atty", "beef", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 7a24b53e..8b7f5b99 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.11.9" +version = "0.11.10" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim"