mirror of
https://github.com/bitwarden/web
synced 2025-12-23 11:43:15 +00:00
Version check typo (#1717)
* fixing dumb issue
* Fixing another dumb mistake
(cherry picked from commit ad0512e344)
This commit is contained in:
committed by
Joseph Flinn
parent
3acee89646
commit
ec80782d8f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
||||
name: Setup
|
||||
runs-on: ubuntu-20.04
|
||||
outputs:
|
||||
release_version: ${{ steps.version.outputs.package }}
|
||||
tag_version: ${{ steps.version.outputs.tag }}
|
||||
release_version: ${{ steps.version.outputs.version }}
|
||||
tag_version: ${{ steps.version.outputs.version }}
|
||||
branch_name: ${{ steps.branch.outputs.branch_name }}
|
||||
steps:
|
||||
- name: Branch check
|
||||
|
||||
Reference in New Issue
Block a user