mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -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:
|
with:
|
||||||
PROJECT_FILE_PATH: Kyoo.Common/Kyoo.Common.csproj
|
PROJECT_FILE_PATH: Kyoo.Common/Kyoo.Common.csproj
|
||||||
PACKAGE_NAME: Kyoo.Common
|
PACKAGE_NAME: Kyoo.Common
|
||||||
|
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
|
||||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||||
INCLUDE_SYMBOLS: true
|
INCLUDE_SYMBOLS: true
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user