rename
All checks were successful
All checks were successful
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "SimpleToolkit.Extensions**"
|
||||
- "MSEssentials.Extensions**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nuget
|
||||
path: ./SimpleToolkit.Extensions.${{needs.version.outputs.version}}.nupkg
|
||||
path: ./MSEssentials.Extensions.${{needs.version.outputs.version}}.nupkg
|
||||
outputs:
|
||||
version: ${{needs.version.outputs.version}}
|
||||
publish:
|
||||
@@ -84,11 +84,11 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Publish
|
||||
run: dotnet nuget push ./SimpleToolkit.Extensions.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
|
||||
run: dotnet nuget push ./MSEssentials.Extensions.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
tag_name: ${{needs.pack.outputs.version}}
|
||||
name: ${{needs.pack.outputs.version}}
|
||||
files: |-
|
||||
SimpleToolkit.Extensions.${{needs.pack.outputs.version}}.nupkg
|
||||
MSEssentials.Extensions.${{needs.pack.outputs.version}}.nupkg
|
||||
Reference in New Issue
Block a user