diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 65fa38dd57ad..d37ea906f498 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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 "106330231+bitwarden-devops-bot@users.noreply.github.com"