diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a63a4e8..6f0a58c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: branches: - master - main + - release jobs: publish: runs-on: ubuntu-20.04 diff --git a/Directory.Build.props b/Directory.Build.props index 6d94bb3..5fbb636 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.2.1 + 7.3.0 17.2.0 diff --git a/common.props b/common.props index 71f8492..abe0cde 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 3.0.0-preview.1 + 3.0.0-preview.2 $(NoWarn);CS1591 true EasyAbp Team