Skip to content

Commit

Permalink
Automate Lock File Generation (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Oct 16, 2023
1 parent b772784 commit eec2763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
version: ${{ github.event.inputs.version_number }}
file_path: "Directory.Build.props"

- name: Refresh lockfiles
run: dotnet restore -f --force-evaluate --no-cache

- name: Setup git
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit eec2763

Please sign in to comment.