Skip to content

Commit ed679df

Browse files
author
zillionare
committed
🐎ci: debug: try get tagname
1 parent 367901d commit ed679df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
tagRegexGroup: 1 # Optional. Default is 1.
3434

3535
- name: Check output
36-
with:
37-
tagname: ${{ steps.tagName.outputs.tag }}
38-
run: echo ${{ tagname }}
36+
run: echo ${{ steps.tagName.outputs.tag }}
3937

4038
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4139
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)