Browse Source

update: update common.props

pull/954/head 8.1.3
colin 2 years ago
parent
commit
b6a84da52b
  1. 2
      .github/workflows/publish.yml
  2. 4
      .github/workflows/release.yml

2
.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"

4
.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"

Loading…
Cancel
Save