Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 authored Nov 23, 2023
1 parent 94cbd4b commit c5ba05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.404
dotnet-version: 7.0.404

# Upload ImGui.Forms to nuget.org
- name: Publish ImGui.Forms
Expand All @@ -33,4 +33,4 @@ jobs:
VERSION_FILE_PATH: ImGui.Forms/ImGui.Forms.nuspec
VERSION_REGEX: '^\s*<version>(.*)<\/version>\s*$'
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit c5ba05c

Please sign in to comment.