Commit 5eb3ab7c authored by Federico Falconieri's avatar Federico Falconieri
Browse files

fix: missing then

parent aea8c5d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ semantic-release:
        for FILE in ${BUMPED_FILES}; do
          if ! jq -e --arg FILE "$FILE" '.plugins[3][1].assets | index($FILE)' .releaserc > /dev/null; then
            printf "[!] '${FILE}' has changed, but isn't listed in the assets in '.releaserc'. "
            if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ];
            if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ]; then
              echo "Ensure it is matched, else the version bumped files will not be pushed to your repo."
            else
              echo "It will be added for you."