bitwarden / directory-connector

A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
https://bitwarden.com
GNU General Public License v3.0
250 stars 82 forks source link

Version Bump workflow - Fix while loop #448

Closed vgrassia closed 7 months ago

vgrassia commented 7 months ago

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [X] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

This PR fixes a syntax error in the while loop for checking if the versions have been updated. I have tested this bit of code locally and it now works properly.

Code changes

Screenshots

Before you submit