Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Oct 15, 2022
1 parent 12e44f9 commit a7218e6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
publish-core:
publish:
name: Publish NuGet Packages
runs-on: ubuntu-latest
steps:
Expand All @@ -29,7 +29,6 @@ jobs:
TAG_COMMIT: true
TAG_FORMAT: v*
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
INCLUDE_SYMBOLS: false

- name: Publish Adapters.Konata
id: publish-adapter-konata
Expand All @@ -41,4 +40,14 @@ jobs:
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
TAG_COMMIT: false
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
INCLUDE_SYMBOLS: false

- name: Publish Adapters.OneBot
id: publish-adapter-onebot
uses: alirezanet/publish-nuget@v3.0.4
with:
PROJECT_FILE_PATH: src/Flandre.Adapters.OneBot/Flandre.Adapters.OneBot.csproj
PACKAGE_NAME: Flandre.Adapters.OneBot
VERSION_FILE_PATH: src/Flandre.Adapters.OneBot/Flandre.Adapters.OneBot.csproj
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
TAG_COMMIT: false
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit a7218e6

Please sign in to comment.