Browse Source

Fix typo (#1185)

pull/2554/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
822c791cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/version-bump.yml

2
.github/workflows/version-bump.yml

@ -30,7 +30,7 @@ jobs: @@ -30,7 +30,7 @@ jobs:
uses: bitwarden/gh-actions/version-bump@0c263b3963211ccaf5804313c3b3a0bcc52d4b19
with:
version: ${{ github.event.inputs.version_number }}
file_path: ".src/package.json"
file_path: "./src/package.json"
- name: Commit files
run: |

Loading…
Cancel
Save