mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 18:33:09 +00:00
Fix error in bundle app CI job
This commit is contained in:
parent
fcfc4a4298
commit
f56f0b7bbb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -99,8 +99,8 @@ jobs:
|
||||||
echo "can't publish a release on channel ${channel}"
|
echo "can't publish a release on channel ${channel}"
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
if [[ $GITHUB_REFNAME != $expected_tag_name ]]; then
|
if [[ $GITHUB_REF_NAME != $expected_tag_name ]]; then
|
||||||
echo "invalid release tag ${GITHUB_REFNAME}. expected ${expected_tag_name}"
|
echo "invalid release tag ${GITHUB_REF_NAME}. expected ${expected_tag_name}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue