Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A authored Mar 22, 2021
1 parent 04248ed commit 4a61d43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Get Tag
uses: olegtarasov/[email protected]
id: tagName
with:
tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
tagRegexGroup: 1 # Optional. Default is 1.
# - name: Set Tag # Output usage example
# run: |
# echo "${{ steps.tagName.outputs.tag }}"
Expand Down

0 comments on commit 4a61d43

Please sign in to comment.