Skip to content

Commit

Permalink
Merge branch 'v4sdk-development' into v4sdk-release
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 30, 2024
2 parents 2963053 + 8372078 commit f507a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr-v4sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer to automate versioning and changelog creation
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-v4sdk-release-v4sdk-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer which is needed to retrieve information about the current release.
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer which is needed to retrieve information about the current release.
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down

0 comments on commit f507a7e

Please sign in to comment.