Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miho authored Feb 17, 2021
1 parent d1d4085 commit e23b19f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

# Enable set-env command (used by get-tagname)
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

jobs:
build:
Expand All @@ -36,7 +39,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Get Tag name
uses: olegtarasov/get-tag@v2
uses: olegtarasov/get-tag@v2.1
id: tagName
with:
tagRegex: "v(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
Expand Down

0 comments on commit e23b19f

Please sign in to comment.