From a0d0959155b67df43db5db83bc186d640a5c13a9 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 13 Jan 2025 16:35:51 +0800 Subject: [PATCH] :arrow_up: feat: Update workflow --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 4 ++-- aspnet-core/services/Directory.Packages.props | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb3855bc6..efd7a4322 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: "Publish" on: push: - branches: [ rel-8.3.0 ] + branches: [ rel-8.3.4 ] env: DOTNET_VERSION: "8.0.200" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7794b528..697605b3b 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: [ rel-8.3.4 ] 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: "8.3.4" diff --git a/aspnet-core/services/Directory.Packages.props b/aspnet-core/services/Directory.Packages.props index 84f4c0737..9c3dce1ab 100644 --- a/aspnet-core/services/Directory.Packages.props +++ b/aspnet-core/services/Directory.Packages.props @@ -1,7 +1,7 @@ - 8.3.0 + 8.3.4