From d9419c640b92527ac72f50cee2f7e26fe2c54515 Mon Sep 17 00:00:00 2001 From: LoricAndre Date: Thu, 28 Nov 2024 17:24:55 +0100 Subject: [PATCH] release v0.14.3 (fix release CI) --- .github/workflows/release.yml | 6 +++--- Cargo.lock | 2 +- skim/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3efda1a0..49afc5ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,13 +108,13 @@ jobs: permissions: contents: write steps: + - name: Checkout Git repo + uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: path: artifacts pattern: "*" merge-multiple: true - - name: Checkout Git repo - uses: actions/checkout@v4 - name: Update CHANGELOG id: changelog uses: requarks/changelog-action@v1 @@ -136,4 +136,4 @@ jobs: git config user.name 'skim release action' git add CHANGELOG.md git commit -m 'update CHANGELOG.md after release ${{ github.ref_name }}' - git push + git push origin main diff --git a/Cargo.lock b/Cargo.lock index 94ce91af..941ba328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.14.2" +version = "0.14.3" dependencies = [ "atty", "beef", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 7f9b1085..2baf3029 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.14.2" +version = "0.14.3" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim"