You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "git tag | grep $PACKAGE_VERSION; if [ $? -eq 0 ]; then echo Running release pipeline && codefresh run 5a4c94d282ed4d00012b54e8 -b=master --detach; else echo Not running release flow because version has not changed; fi"
44
+
- "git tag | grep $PACKAGE_VERSION; if [ $? -eq 0 ]; then echo Not running release flow because version has not changed; else echo Running release pipeline && codefresh run 5a4c94d282ed4d00012b54e8 -b=master --detach; fi"
0 commit comments