Skip to content

Commit 193b21f

Browse files
author
zillionare
committed
🐎ci: remove debug info
failed to get tagname
1 parent db2e9eb commit 193b21f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
29-
- uses: olegtarasov/get-tag@v2.1
30-
id: tagName
31-
with:
32-
tagRegexGroup: 1 # Optional. Default is 1.
33-
34-
- name: Check output
35-
run: echo ${{ steps.tagName.outputs.tag }}
36-
3729
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3830
- uses: actions/checkout@v2
3931
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)