Browse Source

update(workflow): update version

pull/986/head 8.2.1
colin 1 year ago
parent
commit
c3cfa04b24
  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.2.0 ] branches: [ rel-8.2.1 ]
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.2.0 ] branches: [ rel-8.2.1 ]
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.2.0" automatic_release_tag: "8.2.1"

Loading…
Cancel
Save