We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2e9eb commit 193b21fCopy full SHA for 193b21f
.github/workflows/dev.yml
@@ -26,14 +26,6 @@ jobs:
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
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
37
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38
- uses: actions/checkout@v2
39
- uses: actions/setup-python@v2
0 commit comments