Skip to content

Commit ee6785a

Browse files
authored
Update create-release-on-version-update.yml
1 parent bb13ac0 commit ee6785a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/create-release-on-version-update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
if [ "$version" == "${{ fromJson(steps.get_latest_release.outputs.data).tag_name }}" ]; then
4949
echo "Version has not changed. Exiting."
5050
echo "version_updated=false" >> $GITHUB_ENV
51-
exit 0
5251
else
5352
echo "Version has changed to $VERSION."
5453
echo "version_updated=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)