mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
Fix name of the release-version-check workflow (#13026)
(cherry picked from commit 9f524d4b91)
This commit is contained in:
committed by
Michal Checinski
parent
06b60c6853
commit
3262a8c556
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Check Release Version
|
||||
id: version
|
||||
uses: bitwarden/gh-actions/release_version-check@main
|
||||
uses: bitwarden/gh-actions/release-version-check@main
|
||||
with:
|
||||
release-type: ${{ inputs.release_type }}
|
||||
project-type: ts
|
||||
|
||||
Reference in New Issue
Block a user