Skip to content

Commit

Permalink
更新nuget推送
Browse files Browse the repository at this point in the history
  • Loading branch information
j4587698 committed Jul 29, 2024
1 parent 41ebfb7 commit 992d958
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: publish to nuget

on:
pull_request:
branches: ["master"]
push:
tags:
- 'v*'

jobs:
build:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Publish AListSdkSharp
uses: tedd/publish-nuget-neo@v1
uses: tedd/publish-nuget-neo@v1.0.2
with:
PROJECT_FILE_PATH: AListSdkSharp/AListSdkSharp.csproj
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
Expand Down

0 comments on commit 992d958

Please sign in to comment.