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: on:
push: push:
branches: [ rel-8.1.2 ] branches: [ rel-8.1.3 ]
env: env:
DOTNET_VERSION: "8.0.200" DOTNET_VERSION: "8.0.200"

4
.github/workflows/release.yml

@ -2,7 +2,7 @@ name: "Tagged Release"
on: on:
push: push:
branches: [ rel-8.1.2 ] branches: [ rel-8.1.3 ]
jobs: jobs:
tagged-release: tagged-release:
@ -14,4 +14,4 @@ jobs:
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false prerelease: false
automatic_release_tag: "8.1.2" automatic_release_tag: "8.1.3"

Loading…
Cancel
Save