Skip to content

Commit

Permalink
force to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 21, 2024
1 parent ec57496 commit 100c58b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.11.9"
version = "0.11.10"
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down

0 comments on commit 100c58b

Please sign in to comment.