Skip to content

Commit

Permalink
release v0.14.3 (fix release CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 28, 2024
1 parent d717753 commit d9419c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion skim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.14.2"
version = "0.14.3"
authors = ["Zhang Jinzhou <[email protected]>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down

0 comments on commit d9419c6

Please sign in to comment.