mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fixing version's regex
This commit is contained in:
parent
9942fc5b6d
commit
9d40598eb1
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
with:
|
||||
PROJECT_FILE_PATH: Kyoo.Common/Kyoo.Common.csproj
|
||||
PACKAGE_NAME: Kyoo.Common
|
||||
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
|
||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||
INCLUDE_SYMBOLS: true
|
||||
- name: Create Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user