build: remove redundant step (#9)
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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/')
|
||||
|
||||
Reference in New Issue
Block a user