Browse Source

update: UPDATE workflows

pull/1101/head
colin 12 months ago
parent
commit
3cc837ac32
  1. 2
      .github/workflows/build.yml
  2. 4
      .github/workflows/publish.yml
  3. 4
      .github/workflows/release.yml

2
.github/workflows/build.yml

@ -7,7 +7,7 @@ on:
- "**.csproj"
env:
DOTNET_VERSION: "8.0.200"
DOTNET_VERSION: "9.0.101"
jobs:
build:

4
.github/workflows/publish.yml

@ -2,9 +2,9 @@ name: "Publish"
on:
push:
branches: [ rel-8.3.0 ]
branches: [ main ]
env:
DOTNET_VERSION: "8.0.200"
DOTNET_VERSION: "9.0.101"
jobs:
publish:

4
.github/workflows/release.yml

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

Loading…
Cancel
Save