Browse Source

ci(workflow): update github workflow

pull/1013/head
colin 1 year ago
parent
commit
641d76adfd
  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.2.2 ]
branches: [ rel-8.3.0 ]
env:
DOTNET_VERSION: "8.0.200"

4
.github/workflows/release.yml

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

Loading…
Cancel
Save