diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eac27a84..d34be7cb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: - "**.csproj" env: - DOTNET_VERSION: "8.0.200" + DOTNET_VERSION: "9.0.101" jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb3855bc6..21e22b955 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,9 +2,9 @@ name: "Publish" on: push: - branches: [ rel-8.3.0 ] + branches: [ main ] env: - DOTNET_VERSION: "8.0.200" + DOTNET_VERSION: "9.0.101" jobs: publish: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7794b528..ca924436c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Tagged Release" on: push: - branches: [ rel-8.3.0 ] + branches: [ main ] jobs: tagged-release: @@ -14,4 +14,4 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: "8.3.0" + automatic_release_tag: "9.0.4"