From 641d76adfdb9d68c9472ff9890d66d95d7f5b021 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 9 Oct 2024 15:22:25 +0800 Subject: [PATCH] ci(workflow): update github workflow --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 39aa5df43..cb3855bc6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: "Publish" on: push: - branches: [ rel-8.2.2 ] + branches: [ rel-8.3.0 ] env: DOTNET_VERSION: "8.0.200" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a145049b0..a7794b528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Tagged Release" on: push: - branches: [ rel-8.2.2 ] + branches: [ rel-8.3.0 ] jobs: tagged-release: @@ -14,4 +14,4 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: "8.2.2" + automatic_release_tag: "8.3.0"