Browse Source

Automate Lock File Generation (#3345)

pull/3347/head
Michał Chęciński 2 years ago committed by GitHub
parent
commit
eec2763e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/version-bump.yml

3
.github/workflows/version-bump.yml

@ -45,6 +45,9 @@ jobs: @@ -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"

Loading…
Cancel
Save