1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Fix Web project version

This commit is contained in:
Vince Grassia
2022-04-07 12:10:26 -04:00
parent a6f41f9020
commit b9c31597a2
2 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,12 @@ jobs:
version: ${{ github.event.inputs.version_number }}
file_path: "./package-lock.json"
- name: Bump Version - csproj
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./dotnet-src/Web/Web.csproj"
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"