1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

switching the build version var check

This commit is contained in:
Joseph Flinn 2021-01-28 19:03:23 +00:00
parent 1a2e033671
commit e35af6ea42

View File

@ -24,7 +24,7 @@ jobs:
- name: Create Deploy version vars
id: create_tags
run: |
if [[ "${{ github.ref}}" -eq "release" ]]; then
if [[ "${{ github.event_name }}" -eq "release" ]]; then
case "${RELEASE_TAG_NAME_INPUT:0:1}" in
v)
echo "RELEASE_NAME=${RELEASE_TAG_NAME_INPUT:1}" >> $GITHUB_ENV