Skip to content

Commit adb70a2

Browse files
committed
Workflow tweaks
1 parent 0afbd46 commit adb70a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22
on:
33
push:
44
branches: [master, release-*]
5-
tags: ["*.*.*"]
5+
tags:
6+
- '[0-9]+.[0-9]+.[0-9]+'
7+
- '[0-9]+.[0-9]+.[0-9]+-*'
68
pull_request:
79
workflow_dispatch:
810
jobs:
@@ -69,7 +71,7 @@ jobs:
6971
run: dotnet tool install --global minver-cli
7072
- name: Run MinVer
7173
id: minver
72-
run: echo "::set-output name=version::$(minver)"
74+
run: echo '::set-output name=version::$(minver)'
7375
- name: Download artifacts
7476
uses: actions/[email protected]
7577
with:

0 commit comments

Comments
 (0)