mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 22:03:19 +00:00
switching the build version var check
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Create Deploy version vars
|
- name: Create Deploy version vars
|
||||||
id: create_tags
|
id: create_tags
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ github.ref}}" -eq "release" ]]; then
|
if [[ "${{ github.event_name }}" -eq "release" ]]; then
|
||||||
case "${RELEASE_TAG_NAME_INPUT:0:1}" in
|
case "${RELEASE_TAG_NAME_INPUT:0:1}" in
|
||||||
v)
|
v)
|
||||||
echo "RELEASE_NAME=${RELEASE_TAG_NAME_INPUT:1}" >> $GITHUB_ENV
|
echo "RELEASE_NAME=${RELEASE_TAG_NAME_INPUT:1}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user