Browse Source

ci: try to fix error of pushing package.

tags/v0.6.0^2
Yaohui Liu 2 years ago
parent
commit
4b86bc8d9d
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/workflows/release-minor.yml
  2. +1
    -0
      .github/workflows/release-patch.yml

+ 1
- 0
.github/workflows/release-minor.yml View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v3
- name: Setup NuGet - name: Setup NuGet
uses: nuget/setup-nuget@v1 uses: nuget/setup-nuget@v1
with: with:


+ 1
- 0
.github/workflows/release-patch.yml View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v3
- name: Setup NuGet - name: Setup NuGet
uses: nuget/setup-nuget@v1 uses: nuget/setup-nuget@v1
with: with:


Loading…
Cancel
Save