build: remove redundant step (#9)

This commit is contained in:
l3uddz
2021-02-14 20:49:01 +00:00
committed by GitHub
parent b227f94d99
commit a3d8f09c06

View File

@@ -50,13 +50,6 @@ jobs:
run: |
make snapshot
# get tag name
- name: tag_name
if: startsWith(github.ref, 'refs/tags/')
uses: little-core-labs/get-git-tag@v3.0.2
with:
tagRegex: "v?(.+)"
# publish
- name: publish
if: startsWith(github.ref, 'refs/tags/')