Skip to content

Commit

Permalink
ci: try to fix error of pushing package.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Oct 24, 2023
1 parent 27b21cf commit 4b86bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup NuGet
uses: nuget/setup-nuget@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 4b86bc8

Please sign in to comment.