Skip to content

Commit

Permalink
Update sync_lab_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Aug 18, 2023
1 parent 131dab1 commit 5e0729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_lab_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "latest=${LATEST}" >> $GITHUB_ENV
tbump --only-patch ${LATEST}-1 --non-interactive
if [[ ! -z "$(git status --porcelain package.json)" ]]; then
echo "update_available='true'" >> $GITHUB_ENV
echo "update_available=true" >> $GITHUB_ENV
fi
- name: Install Node
Expand Down

0 comments on commit 5e0729a

Please sign in to comment.