Skip to content

Commit

Permalink
update(workflow): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Aug 12, 2024
1 parent 700357a commit c3cfa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Publish"

on:
push:
branches: [ rel-8.2.0 ]
branches: [ rel-8.2.1 ]
env:
DOTNET_VERSION: "8.0.200"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Tagged Release"

on:
push:
branches: [ rel-8.2.0 ]
branches: [ rel-8.2.1 ]

jobs:
tagged-release:
Expand All @@ -14,4 +14,4 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "8.2.0"
automatic_release_tag: "8.2.1"

0 comments on commit c3cfa04

Please sign in to comment.