Skip to content

Commit

Permalink
build: use get-git-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Dec 21, 2020
1 parent 087c3a4 commit 7d5b753
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 @@ -53,7 +53,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.1
with:
tagRegex: "v?(.+)"

Expand Down

0 comments on commit 7d5b753

Please sign in to comment.