From eec2763e78b370a3aadad1858a7622a6df127d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Mon, 16 Oct 2023 16:33:29 +0200 Subject: [PATCH] Automate Lock File Generation (#3345) --- .github/workflows/version-bump.yml | 3 +++ 1 file changed, 3 insertions(+) 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"