ci: 💚 Show tag name
Some checks failed
CI / build (push) Failing after 0s

This commit is contained in:
2023-11-28 23:24:55 +01:00
parent 7d41c84272
commit 700500602e

View File

@ -14,6 +14,7 @@ jobs:
with:
tagRegex: "test-(.+)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
tagRegexGroup: 1 # Optional. Default is 1.
run: echo ${{ steps.tagName.outputs.tag }}
- name: Checkout code
uses: actions/checkout@v3
# Clone the URL OF REMOTE PROJECT to test