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

Version check typo (#1717)

* fixing dumb issue

* Fixing another dumb mistake
This commit is contained in:
Joseph Flinn
2022-05-31 18:08:32 -07:00
committed by GitHub
parent 8fe9504cd1
commit ad0512e344

View File

@@ -19,8 +19,8 @@ jobs:
name: Setup name: Setup
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
outputs: outputs:
release_version: ${{ steps.version.outputs.package }} release_version: ${{ steps.version.outputs.version }}
tag_version: ${{ steps.version.outputs.tag }} tag_version: ${{ steps.version.outputs.version }}
branch_name: ${{ steps.branch.outputs.branch_name }} branch_name: ${{ steps.branch.outputs.branch_name }}
steps: steps:
- name: Branch check - name: Branch check