-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set OpenAPI version back to 6.2.1 and fix GitHub CI
- Loading branch information
Showing
157 changed files
with
14,007 additions
and
5,895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Install OpenAPI Generator CLI | ||
run: npm install @openapitools/openapi-generator-cli | ||
- name: Set OpenAPI Generator version | ||
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 5.3.0 | ||
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 6.2.1 | ||
- name: Setup NuGet | ||
uses: NuGet/[email protected] | ||
- uses: actions/setup-dotnet@v3 | ||
|
@@ -46,7 +46,7 @@ jobs: | |
folder: . | ||
commit-message: "Upgrade C# SDK to spec ${{ env.spec_version }}" | ||
- name: Publish to NuGet | ||
uses: rohith/publish-nuget@v2 | ||
uses: pairbit/publish-nuget@v2.5.8 | ||
with: | ||
# Filepath of the project to be packaged, relative to root of repository | ||
PROJECT_FILE_PATH: src/VRChat.API/VRChat.API.csproj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.3.0 | ||
6.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.