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

fixing the versions

This commit is contained in:
Joseph Flinn 2021-01-28 20:49:46 +00:00
parent cc16245115
commit 1f6d095ab1

View File

@ -8,7 +8,6 @@ on:
required: true
release:
types:
- released
- published
@ -25,7 +24,7 @@ jobs:
- name: Create Deploy version vars
id: create_tags
run: |
if [[ "${{ github.event_name }}" -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