Skip to content

Commit 100c58b

Browse files
committed
force to tag
1 parent ec57496 commit 100c58b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
uses: requarks/changelog-action@v1
120120
with:
121121
token: ${{ github.token }}
122-
toTag: ${{ github.ref_name }}
123-
fromTag: "v0.10.4"
122+
fromTag: ${{ github.ref_name }}
123+
toTag: "v0.10.4"
124124
- name: Create Release
125125
uses: ncipollo/release-action@v1.12.0
126126
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "0.11.9"
3+
version = "0.11.10"
44
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

0 commit comments

Comments
 (0)