Browse Source

update workflow

pull/973/head
colin 1 year ago
parent
commit
0bd67123d2
  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.3 ] branches: [ rel-8.2.0 ]
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.3 ] branches: [ rel-8.2.0 ]
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.3" automatic_release_tag: "8.2.0"

Loading…
Cancel
Save