From 4a61d4335220debda04c27b1763c1b5a93ea6336 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Mon, 22 Mar 2021 17:31:38 -0400 Subject: [PATCH] Update pythonpublish.yml --- .github/workflows/pythonpublish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index a113347..605e9f5 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -29,9 +29,6 @@ jobs: - name: Get Tag uses: olegtarasov/get-tag@v2.1 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 }}"