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

Commit d4a259d

Browse files
authored
ci: use get-git-tag (#72)
1 parent 0bae140 commit d4a259d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# get tag name
4949
- name: tag_name
5050
if: startsWith(github.ref, 'refs/tags/')
51-
uses: olegtarasov/get-tag@v2
51+
uses: little-core-labs/get-git-tag@v3.0.2
5252
with:
5353
tagRegex: "v?(.+)"
5454

0 commit comments

Comments
 (0)