ci: bash is not javascript

This commit is contained in:
Jozef Steinhübl (xHyroM) 2023-12-03 13:38:06 +01:00
parent 13fe955749
commit d6f5a3f391
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -70,7 +70,7 @@ jobs:
echo "::set-output name=version::$(bun --version)"
- name: Check version
run: |
if [[ "${{ steps.bun.outputs.version }}" === "1.0.0" ]]; then
if [[ "${{ steps.bun.outputs.version }}" == "1.0.0" ]]; then
echo "Version is 1.0.0"
else
echo "Expected version to be 1.0.0, got ${{ steps.bun.outputs.version }}"