Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 2106cd8

Browse files
committed
ci: replace smever action
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
1 parent 9e3fec4 commit 2106cd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- id: semver_parser
21-
uses: booxmedialtd/ws-action-parse-semver@v1
21+
uses: release-kit/semver@v2
2222
with:
23-
input_string: ${{ github.ref_name }}
24-
version_extractor_regex: '^v(.*)$'
23+
string: ${{ github.ref_name }}
2524
- id: changelog
2625
uses: requarks/changelog-action@v1
2726
with:

0 commit comments

Comments
 (0)