We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397f11a commit 13159c0Copy full SHA for 13159c0
1 file changed
.github/workflows/netlicensing-csharp-release.yml
@@ -25,5 +25,5 @@ jobs:
25
with:
26
PROJECT_FILE_PATH: NetLicensingClient/NetLicensingClient.csproj
27
VERSION_REGEX: '^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$'
28
- TAG_FORMAT: '[*]'
+ TAG_FORMAT: '*'
29
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
0 commit comments