mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Automate Lock File Generation (#3345)
This commit is contained in:
parent
b772784af3
commit
eec2763e78
3
.github/workflows/version-bump.yml
vendored
3
.github/workflows/version-bump.yml
vendored
@ -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…
Reference in New Issue
Block a user