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

Commit

Permalink
ci: use get-git-tag (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz authored Dec 21, 2020
1 parent 0bae140 commit d4a259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# get tag name
- name: tag_name
if: startsWith(github.ref, 'refs/tags/')
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
with:
tagRegex: "v?(.+)"

Expand Down

0 comments on commit d4a259d

Please sign in to comment.