fix(snap): no info if no release [skip ci] ()

This commit is contained in:
Baptiste Augrain 2022-09-05 10:22:08 +02:00 committed by GitHub
parent 315d25a735
commit 452550caa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ else
export SHOULD_DEPLOY="yes"
snap version
snap info "${SNAP_NAME}"
snap info "${SNAP_NAME}" 2>&1
fi
fi