mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fixing release CI (#95)
This commit is contained in:
parent
bec0ae41f1
commit
e19adb76e0
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -31,15 +31,15 @@ jobs:
|
|||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||||
- name: Public the abstractions to nuget
|
# - name: Public the abstractions to nuget
|
||||||
id: publish_nuget
|
# id: publish_nuget
|
||||||
uses: rohith/publish-nuget@v2
|
# uses: rohith/publish-nuget@v2
|
||||||
with:
|
# with:
|
||||||
PROJECT_FILE_PATH: Kyoo.Abstractions/Kyoo.Abstractions.csproj
|
# PROJECT_FILE_PATH: Kyoo.Abstractions/Kyoo.Abstractions.csproj
|
||||||
PACKAGE_NAME: Kyoo.Abstractions
|
# PACKAGE_NAME: Kyoo.Abstractions
|
||||||
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
|
# 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
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user