Skip to content

Commit c75310d

Browse files
committed
fix tag selector
1 parent 70e570b commit c75310d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- *
4+
- '*'
55

66
env:
77
DOTNET_VERSION: '10.0.x'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- *
4+
- '*'
55

66
env:
77
DOTNET_VERSION: '10.0.x'

0 commit comments

Comments
 (0)