Skip to content

Commit

Permalink
update nuget version to 1.1.0 and github workflow dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Apr 19, 2023
1 parent 7cbbd53 commit 202299c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: windows-latest
environment: Default
env:
NUPKG_MAJOR: 1.0.0
NUPKG_MAJOR: 1.1.0
# CODESIGN_PFX: ${{ secrets.CODESIGN_PFX }}
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Setup NuGet
uses: nuget/setup-nuget@v1
with:
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Push to nuget
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NuGetAPIKey }}

0 comments on commit 202299c

Please sign in to comment.