Browse Source

Updating the path for the Release Version Check (#1716)

PS-589-add-2fa-new-device-login-settings-flag
Joseph Flinn 4 years ago committed by GitHub
parent
commit
8fe9504cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -38,7 +38,7 @@ jobs: @@ -38,7 +38,7 @@ jobs:
- name: Check Release Version
id: version
uses: bitwarden/gh-actions@ea9fab01d76940267b4147cc1c4542431246b9f6
uses: bitwarden/gh-actions/release-version-check@ea9fab01d76940267b4147cc1c4542431246b9f6
with:
release-type: ${{ github.event.inputs.release_type }}
project-type: ts

Loading…
Cancel
Save