From b6a84da52bc6fc63be8415536adeaa9eca2720a0 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 29 May 2024 20:05:50 +0800 Subject: [PATCH] update: update common.props --- .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 5c3ddfe0a..51e9993ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: "Publish" on: push: - branches: [ rel-8.1.2 ] + branches: [ rel-8.1.3 ] env: DOTNET_VERSION: "8.0.200" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5240064b..2f7d84fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Tagged Release" on: push: - branches: [ rel-8.1.2 ] + branches: [ rel-8.1.3 ] jobs: tagged-release: @@ -14,4 +14,4 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: "8.1.2" + automatic_release_tag: "8.1.3"